aswang
1.0
|
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | aswang |
Everything resides in aswang. | |
Defines | |
#define | DBGPRINT __noop |
Sets up DBGPRINT to use cprintf to print to the debug terminal when compiling debug builds. When compiling release builds, DBGPRINT statements don't generate any code. | |
Typedefs | |
typedef std::string | aswang::AswangStr |
Used to enable Unicode and Non-Unicode builds without code changes. |
Defines various types used by aswang.
Definition in file aswang_types.h.
#define DBGPRINT __noop |
Sets up DBGPRINT to use cprintf to print to the debug terminal when compiling debug builds. When compiling release builds, DBGPRINT statements don't generate any code.
Definition at line 35 of file aswang_types.h.