#ifndef N64CMD_H_INCLUDED
#define N64CMD_H_INCLUDED

#define	CMD_LOAD_VERTICES		100
#define	CMD_GO_FLAT			101
#define CMD_PRIM_COL			102
#define CMD_TRIANGLE			103
#define CMD_GO_TEXTURED			104
#define CMD_END				105
#define CMD_LOAD_TEXTURE		106
#define CMD_LOAD_VERTICES_OFFSET	107
#define CMD_LOAD_MATRIX			108

#endif
