diff options
| author | aap <aap@papnet.eu> | 2019-07-19 13:58:19 +0200 |
|---|---|---|
| committer | aap <aap@papnet.eu> | 2019-07-19 13:58:19 +0200 |
| commit | 0ad39c020cfd4882b45bd1d26e521748e37b94a4 (patch) | |
| tree | 736fde80727300b695e649c18e67be340b384985 /src/core/Pad.h | |
| parent | CAutomobile ctor, car spawner, fixes (diff) | |
| download | re3-0ad39c020cfd4882b45bd1d26e521748e37b94a4.tar.gz | |
implemented col line rendering
Diffstat (limited to 'src/core/Pad.h')
| -rw-r--r-- | src/core/Pad.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/Pad.h b/src/core/Pad.h index f84ca742..e15399dd 100644 --- a/src/core/Pad.h +++ b/src/core/Pad.h @@ -381,5 +381,3 @@ extern CPad *Pads; //[2] #define IsButtonJustDown(pad, btn) \ (!(pad)->OldState.btn && (pad)->NewState.btn) - -void LittleTest(void); |
