mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-11-05 02:39:41 +01:00
3273b4ab55
Silly me forgot to remove it after testing the MAKEANDPLAY define.
10 lines
250 B
C
10 lines
250 B
C
#ifndef MAKEANDPLAY_H
|
|
#define MAKEANDPLAY_H
|
|
|
|
/* This is a cheap way to deal with the MAKEANDPLAY def when recompiling.
|
|
* It's heaps faster than rebuilding everything, so here we are.
|
|
* -flibit
|
|
*/
|
|
// #define MAKEANDPLAY
|
|
|
|
#endif /* MAKEANDPLAY_H */
|