create seperate core2/file.h
header
This commit is contained in:
10
include/bool.h
Normal file
10
include/bool.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#include <ultra64.h>
|
||||
|
||||
#ifndef BANJO_KAZOOIE_BOOL_H
|
||||
#define BANJO_KAZOOIE_BOOL_H
|
||||
|
||||
typedef int bool;
|
||||
#define NOT(boolean) ((boolean) ^ 1)
|
||||
#define BOOL(boolean) ((boolean) ? TRUE : FALSE)
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user