open_toontown_panda3d/pandatool/src/maxprogs
Sam Edwards a9dfd8352e general: Distinguish local/system includes
This changes includes so that local includes are consistently
#include "localFile.h"
while system and third-party includes are consistently
#include <systemFile.h>

This commit mostly converts the former to the latter; the two
exceptions are in android_main.cxx and fmodAudioSound.h, where
the reverse was necessary.
2018-11-10 18:00:10 -07:00
..
maxEggImport.cxx general: Distinguish local/system includes 2018-11-10 18:00:10 -07:00
maxEggImport.def Remove executable permissions from files that don't need them 2015-04-05 15:41:49 +02:00
maxImportRes.h Remove executable permissions from files that don't need them 2015-04-05 15:41:49 +02:00
maxImportRes.rc Compile with VS 2015 Express, build assimp on Windows 2017-04-03 13:57:40 +02:00