Skip to content

Commit

Permalink
SDL2_gfx library bindings (flibitijibibo#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
Refragg authored Dec 17, 2021
1 parent 298a725 commit 0a8a135
Show file tree
Hide file tree
Showing 4 changed files with 365 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# Source Lists
SRC = \
src/SDL2.cs \
src/SDL2_gfx.cs \
src/SDL2_image.cs \
src/SDL2_mixer.cs \
src/SDL2_ttf.cs
Expand Down
1 change: 1 addition & 0 deletions SDL2-CS.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
</Target>
<ItemGroup>
<Compile Include="src\SDL2.cs" />
<Compile Include="src\SDL2_gfx.cs" />
<Compile Include="src\SDL2_image.cs" />
<Compile Include="src\SDL2_mixer.cs" />
<Compile Include="src\SDL2_ttf.cs" />
Expand Down
1 change: 1 addition & 0 deletions SDL2-CS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
</Target>
<ItemGroup>
<Compile Include="src\SDL2.cs" />
<Compile Include="src\SDL2_gfx.cs" />
<Compile Include="src\SDL2_image.cs" />
<Compile Include="src\SDL2_mixer.cs" />
<Compile Include="src\SDL2_ttf.cs" />
Expand Down
Loading

0 comments on commit 0a8a135

Please sign in to comment.