SpringScriptEngine  1.0.0
A script engine
types.h ファイル

[ソースコード]

クラス

struct  HWND
 

マクロ定義

#define TRUE   1
 
#define FALSE   0
 

型定義

typedef int BOOL
 
typedef unsigned int UINT
 
typedef float FLOAT
 
typedef int INT
 

マクロ定義詳解

◆ FALSE

#define FALSE   0

◆ TRUE

#define TRUE   1

型定義詳解

◆ BOOL

typedef int BOOL

◆ FLOAT

typedef float FLOAT

◆ INT

typedef int INT

◆ UINT

typedef unsigned int UINT