implemented col line rendering
This commit is contained in:
@@ -381,5 +381,3 @@ extern CPad *Pads; //[2]
|
||||
|
||||
#define IsButtonJustDown(pad, btn) \
|
||||
(!(pad)->OldState.btn && (pad)->NewState.btn)
|
||||
|
||||
void LittleTest(void);
|
||||
|
||||
Reference in New Issue
Block a user