Added rudimentary support for C++ Classes
This commit is contained in:
parent
d2b33b41d6
commit
df5e9466a1
12
header.inc
12
header.inc
@ -44,7 +44,6 @@
|
|||||||
#define ADDR &
|
#define ADDR &
|
||||||
#define INCR ++
|
#define INCR ++
|
||||||
#define DECR --
|
#define DECR --
|
||||||
#define NEXT ++
|
|
||||||
#define PRIOR --
|
#define PRIOR --
|
||||||
#define BYREF *
|
#define BYREF *
|
||||||
#define NOT not
|
#define NOT not
|
||||||
@ -78,6 +77,17 @@
|
|||||||
#define BREAK break;
|
#define BREAK break;
|
||||||
#define SHORT short
|
#define SHORT short
|
||||||
#define LPCHAR char*
|
#define LPCHAR char*
|
||||||
|
#define CLASS class
|
||||||
|
#define ENDCLASS };
|
||||||
|
#define CONSTRUCTOR
|
||||||
|
#define ENDCONSTRUCTOR }
|
||||||
|
#define DO {
|
||||||
|
#define NEXT }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#ifndef TRUE
|
#ifndef TRUE
|
||||||
#define TRUE 1
|
#define TRUE 1
|
||||||
|
Loading…
Reference in New Issue
Block a user