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 INT
Definition:
types.h:6
BOOL
int BOOL
Definition:
types.h:2
UINT
unsigned int UINT
Definition:
types.h:4
HWND
Definition:
SpringScriptEngine.h:19
FLOAT
float FLOAT
Definition:
types.h:5
SpringScriptEngine
types.h
構築:
1.8.14