#include "lugre_platform.h"#include <assert.h>#include "lugre_profile.h"#include <stdlib.h>#include <stdio.h>#include <string.h>#include <cstring>

Go to the source code of this file.
Namespaces | |
| namespace | Lugre |
Defines | |
| #define | ASSERT(x) assert(x) |
Functions | |
| int | Lugre::mystricmp (const char *str1, const char *str2) |
| defined in lugre_shell.cpp | |
| float | Lugre::myround (const float x) |
| defined in lugre_shell.cpp | |
| void | Lugre::MyCrash (const char *szMessage) |
| defined in lugre_main.cpp, print message, stacktrace (lua and c) and exit | |
| void | Lugre::MyCrash (const char *szMessage, const char *szFile, unsigned int iLine, const char *szFunction) |
| defined in lugre_main.cpp, print message, stacktrace (lua and c) and exit | |
| void | Lugre::MyShowError (const char *szMessage) |
| defined in lugre_main.cpp, print message, stacktrace (lua and c) and NO exit | |
| void | Lugre::MyShowError (const char *szMessage, const char *szFile, unsigned int iLine, const char *szFunction) |
| defined in lugre_main.cpp, print message, stacktrace (lua and c) and NO exit | |
| bool | Lugre::Lugre_IsMainThread () |
| template<typename T1, typename T2> | |
| T1 | Lugre::myabs (T1 a) |
| template<typename T1, typename T2> | |
| T1 | Lugre::mymax (T1 a, T2 b) |
| template<typename T1, typename T2> | |
| T1 | Lugre::mymin (T1 a, T2 b) |
| template<typename T1> | |
| T1 | Lugre::mysquare (T1 a) |
| void | Lugre::printdebug (const char *szCategory, const char *szFormat="",...) |
| defined in scripting.cpp | |
| #define ASSERT | ( | x | ) | assert(x) |
Definition at line 30 of file lugre_prefix.h.
Referenced by GhoulPrimitive::Primitive::InterpolatateFloatV().
1.5.6