raSystem  1.0 bata
raScript.cpp
Go to the documentation of this file.
1 #include "raMain.h"
2 
3 #ifdef GetTempFileName
4 #undef GetTempFileName
5 #endif
6 
7 #define SCRIPT_TYPE_NAME "raScriptClass"
8 #define SCRIPT_UPDATE_POSITION "UpdatePosition"
9 
10 namespace raSystem
11 {
13  {
14  }
15 
16 
18  {
19  }
20 }