1
0
mirror of https://github.com/abakh/nbsdgames.git synced 2025-02-02 15:07:27 -05:00
nbsdgames/byte.h

4 lines
61 B
C
Raw Normal View History

2021-07-18 21:39:29 +00:00
#ifndef byte
#define byte signed char //ugly, i know
#endif