Skip to content

Commit

Permalink
Replaced obsolete code in the example for SDL.
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>
  • Loading branch information
ddobrev committed Mar 17, 2017
1 parent 91fcfd0 commit 230d036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/SDL/SDL.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ class SDL : ILibrary
public void Setup(Driver driver)
{
var options = driver.Options;
options.LibraryName = "SDL";
options.Headers.Add("SDL.h");
var module = options.AddModule("SDL");
module.Headers.Add("SDL.h");
options.OutputDir = "SDL";

var parserOptions = driver.ParserOptions;
Expand Down

0 comments on commit 230d036

Please sign in to comment.