20 lines
150 B
C++
20 lines
150 B
C++
|
/*
|
||
|
* Mr. 4th Dimention - Allen Webster
|
||
|
*
|
||
|
* 30.11.2015
|
||
|
*
|
||
|
* CPP preprocessor
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
// TOP
|
||
|
|
||
|
#define byte unsigned char
|
||
|
|
||
|
|
||
|
|
||
|
#undef byte
|
||
|
|
||
|
// BOTTOM
|
||
|
|