mirror of
https://github.com/blendogames/thirtyflightsofloving.git
synced 2024-11-14 16:40:57 +00:00
09bcccf8bf
Fixed crash in Fog_Off() when called from ShutdownGame(), typically when trying to load an incompatible savegame from a different (or different version) game DLL. Added filesytem function exports to game DLL from development branch to support game DLLs compiled for that version.
20 lines
228 B
Text
20 lines
228 B
Text
# ignore all make dependency files and linux object binaries
|
|
*.d
|
|
*.o
|
|
bin/
|
|
|
|
# ignore all the windows binaries - they shouldn't be committed!
|
|
Debug/
|
|
Release/
|
|
x64/
|
|
.vs/
|
|
*.log
|
|
*.ncb
|
|
*.opt
|
|
*.plg
|
|
*.suo
|
|
*.user
|
|
*.aps
|
|
*.clw
|
|
*.pdb
|
|
*.ilk
|