mirror of
https://github.com/jummy0/sb2-decomp
synced 2025-03-21 15:12:10 +01:00
14 lines
183 B
C
14 lines
183 B
C
|
#define OPTERM 0
|
||
|
#define OPLIST 1
|
||
|
#define OPREPEAT 2
|
||
|
#define OPSOUND 3
|
||
|
|
||
|
typedef enum
|
||
|
{
|
||
|
obj_squaretech0,
|
||
|
obj_squaretech1,
|
||
|
obj_squaretech2,
|
||
|
obj_triangulartech_left0,
|
||
|
|
||
|
}
|
||
|
Object;
|