SpringScriptEngine  1.0.0
A script engine
types.h
[詳解]
1 #pragma once
2 typedef int BOOL;
3 typedef struct { int unused; } *HWND;
4 typedef unsigned int UINT;
5 typedef float FLOAT;
6 typedef int INT;
7 
8 #define TRUE 1
9 #define FALSE 0
10 #define NULL 0
int INT
Definition: types.h:6
int BOOL
Definition: types.h:2
unsigned int UINT
Definition: types.h:4
Definition: SpringScriptEngine.h:19
float FLOAT
Definition: types.h:5