Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members |
Go to the source code of this file.
Defines | |
#define | _NGE_COMPILE_WITH_IRRKLANG_ |
#define | _NGE_DEBUG_BREAK_IF(_CONDITION_) |
Define a break macro for debugging. | |
#define | _NGE_DISABLE_CONSOLE_ON_VC_RELEASE |
Define _NGE_DISABLE_CONSOLE_ON_VC_RELEASE to enable console Only on Debug build with VC. | |
#define | COMPILER_GNUC 2 |
#define | COMPILER_MSVC 1 |
#define | DEBUG_BUILD 1 |
#define | GAME_PLATFORM PLATFORM_LINUX |
#define | NGE_SDK_VERSION "0.1 beta" |
NUSoftware Game Engine SDK Version. | |
#define | PLATFORM_LINUX 2 |
#define | PLATFORM_WIN32 1 |
#define | RELEASE_BUILD 2 |
Definition in file NGE_CompileConfig.hpp.
#define _NGE_COMPILE_WITH_IRRKLANG_ |
Definition at line 87 of file NGE_CompileConfig.hpp.
#define _NGE_DEBUG_BREAK_IF | ( | _CONDITION_ | ) |
Define a break macro for debugging.
Definition at line 69 of file NGE_CompileConfig.hpp.
Referenced by nge::gui::IGUIController< ITexture >::get(), nge::core::NUS::reverseArray(), and nge::gui::IGUIController< ITexture >::setActive().
#define _NGE_DISABLE_CONSOLE_ON_VC_RELEASE |
Define _NGE_DISABLE_CONSOLE_ON_VC_RELEASE to enable console Only on Debug build with VC.
This shows console only when the engine is compiled on Debug build. Release build wont have the console shown. Comment this line out to disable this feature which means the console will always be shown.
Definition at line 76 of file NGE_CompileConfig.hpp.
#define COMPILER_GNUC 2 |
Definition at line 24 of file NGE_CompileConfig.hpp.
#define COMPILER_MSVC 1 |
Definition at line 23 of file NGE_CompileConfig.hpp.
#define DEBUG_BUILD 1 |
Definition at line 56 of file NGE_CompileConfig.hpp.
#define GAME_PLATFORM PLATFORM_LINUX |
Definition at line 42 of file NGE_CompileConfig.hpp.
#define NGE_SDK_VERSION "0.1 beta" |
#define PLATFORM_LINUX 2 |
Definition at line 21 of file NGE_CompileConfig.hpp.
#define PLATFORM_WIN32 1 |
Definition at line 20 of file NGE_CompileConfig.hpp.
#define RELEASE_BUILD 2 |
Definition at line 57 of file NGE_CompileConfig.hpp.
The NUSoftware Game Engine Documentation © 2007-2008 by Tomer Nosrati. Generated
on Sat Apr 26 16:52:35 2008 by Doxygen
(1.5.5) |