[Shrug] Some crap KonoM did! No idea what.
This commit is contained in:
parent
c90b9fd53a
commit
ba51d9cf5f
@ -168,7 +168,7 @@ Name="VCAppVerifierTool"
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
CommandLine="copy ..\..\Dependencies\Bin\jpeg.dll ..\..\..\Bin\
copy ..\..\Dependencies\Bin\libfreetype-6.dll ..\..\..\Bin\
copy ..\..\Dependencies\Bin\libpng12-0.dll ..\..\..\Bin\
copy ..\..\Dependencies\Bin\libtiff-3.dll ..\..\..\Bin\
copy ..\..\Dependencies\Bin\SDL.dll ..\..\..\Bin\
copy ..\..\Dependencies\Bin\SDL_gfx.dll ..\..\..\Bin\
copy ..\..\Dependencies\Bin\SDL_image.dll ..\..\..\Bin\
copy ..\..\Dependencies\Bin\SDL_ttf.dll ..\..\..\Bin\
copy ..\..\Dependencies\Bin\zlib.dll ..\..\..\Bin\
"
|
CommandLine="copy ..\..\Dependencies\Bin\jpeg.dll ..\..\..\Bin\
copy ..\..\Dependencies\Bin\libfreetype-6.dll ..\..\..\Bin\
copy ..\..\Dependencies\Bin\libpng12-0.dll ..\..\..\Bin\
copy ..\..\Dependencies\Bin\libtiff-3.dll ..\..\..\Bin\
copy ..\..\Dependencies\Bin\SDL.dll ..\..\..\Bin\
copy ..\..\Dependencies\Bin\SDL_gfx.dll ..\..\..\Bin\
copy ..\..\Dependencies\Bin\SDL_image.dll ..\..\..\Bin\
copy ..\..\Dependencies\Bin\SDL_ttf.dll ..\..\..\Bin\
copy ..\..\Dependencies\Bin\zlib1.dll ..\..\..\Bin\
"
|
||||||
/>
|
/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
|
@ -18,7 +18,7 @@ public:
|
|||||||
void Render(void) { _tile.Render(), _entity.Render(); }
|
void Render(void) { _tile.Render(), _entity.Render(); }
|
||||||
|
|
||||||
// Tile Mutators.
|
// Tile Mutators.
|
||||||
void SetTileTexture(SDL_Surface* arg) { _tile.SetTexture(arg); }
|
SDL_Surface* SetTileTexture(SDL_Surface* arg) { _tile.SetTexture(arg); return NULL; }
|
||||||
void SetTileSolidity(bool arg) { _tile.SetSolidity(arg); }
|
void SetTileSolidity(bool arg) { _tile.SetSolidity(arg); }
|
||||||
bool GetTileSolidity(void) { return _tile.GetSolidity(); }
|
bool GetTileSolidity(void) { return _tile.GetSolidity(); }
|
||||||
// Well, it kinda helps if I lay the
|
// Well, it kinda helps if I lay the
|
||||||
|
Loading…
Reference in New Issue
Block a user