1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-02 02:53:32 +02:00
VVVVVV/desktop_version/src/MakeAndPlay.h
Misa c17ea40866 Use multiline comments in C files
So there were actually only two instances of C99-style end-of-line
comments in C files - and technically one of them was just a C file
including MakeAndPlay.h.
2021-04-17 00:50:04 -04:00

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