00001 // 00002 // License 00003 // 00004 00010 #ifndef PHX_PHX_H 00011 #define PHX_PHX_H 00012 00013 // system 00014 #include <iostream> 00015 00016 // configuration 00017 #include <Phx/PhxConfig.h> 00018 #include <Phx/PhxTypes.h> 00019 00020 // utils 00021 #include <Phx/Util/PhxLocks.h> 00022 #include <Phx/Util/PhxListeners.h> 00023 00024 // modules 00025 #include <Phx/Core/PhxCore.h> 00026 #include <Phx/Input/PhxInput.h> 00027 00028 #endif /* PHX_PHX_H */
1.4.2