#include <windows.h>
#include <stdlib.h>
#include <malloc.h>
#include <memory.h>
#include <tchar.h>
#include <iostream>
#include <vector>
#include <float.h>
#include <stdio.h>
#include <string.h>
#include <math.h>
#include <GL/gl.h>
Go to the source code of this file.
Defines | |
#define | _USE_MATH_DEFINES |
#define | _WIN32_WINNT 0x400 |
#define | WIN32_LEAN_AND_MEAN |
Functions | |
void | debugPrint (const char *szMessage,...) |
void | errorPrint (const char *szMessage,...) |
void debugPrint | ( | const char * | szMessage, | |
... | ||||
) |
void errorPrint | ( | const char * | szMessage, | |
... | ||||
) |
Definition at line 22 of file iniparser.cpp.
Referenced by IniParser::parse(), IniParser::printError(), and IniParser::wparse().