1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-26 14:38:30 +02:00
VVVVVV/desktop_version/src/MakeAndPlay.h
2020-01-08 10:37:50 -05:00

11 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 */