Skip to content

Instantly share code, notes, and snippets.

View Ghabry's full-sized avatar
😜

Gabriel Ghabry

😜
View GitHub Profile
@Ghabry
Ghabry / takecheeze.diff
Last active December 12, 2015 08:19
Changes: gitignore update; new msvc project files; Removed FileFinder DefaultFont() (and DEFAULT_FONTS in system.h) replaced by shinanonome; std::fill_n replaced with std::fill (pls check if this is correct); added copyright header to al_audio.h and sdl_audio.h; SdlAudio must have public (not protected) inheritance -> compiler error; Compile fix…
.gitignore | 14 -
builds/.gitignore | 16 +
builds/vs2010/EasyRPG.sln | 51 +-
builds/vs2010/EasyRPG.vcxproj | 361 +++--------
builds/vs2010/EasyRPG.vcxproj.filters | 1058 +++++++++++++++------------------
src/filefinder.cpp | 27 -
src/filefinder.h | 6 -
src/input.cpp | 2 +-
src/platform/al_audio.h | 16 +
src/platform/sdl_audio.h | 18 +-