1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-26 06:28:30 +02:00
VVVVVV/desktop_version/src/MakeAndPlay.h

11 lines
253 B
C
Raw Normal View History

2020-01-01 21:29:24 +01:00
#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 */
2020-01-01 21:29:24 +01:00
#endif /* MAKEANDPLAY_H */