open_toontown_panda3d/pandatool/src/maxegg
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
..
maxEgg.cxx maxegg: fix compilation error due to nullptr misuse 2018-06-06 11:27:11 +02:00
maxEgg.def Remove executable permissions from files that don't need them 2015-04-05 15:41:49 +02:00
maxEgg.h general: Distinguish local/system includes 2018-11-10 18:00:10 -07:00
maxEgg.rc Compile with VS 2015 Express, build assimp on Windows 2017-04-03 13:57:40 +02:00
maxEggLoader.cxx general: Distinguish local/system includes 2018-11-10 18:00:10 -07:00
maxEggLoader.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
maxNodeDesc.cxx general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
maxNodeDesc.h general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
maxNodeTree.cxx general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
maxNodeTree.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
maxOptionsDialog.cxx maxegg: fix compilation error due to nullptr misuse 2018-06-06 11:27:11 +02:00
maxOptionsDialog.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
maxResource.h Remove executable permissions from files that don't need them 2015-04-05 15:41:49 +02:00
maxToEggConverter.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
maxToEggConverter.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
p3maxegg_composite1.cxx Remove executable permissions from files that don't need them 2015-04-05 15:41:49 +02:00