mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-31 02:14:09 +03:00
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.
This commit is contained in:
@@ -5,6 +5,6 @@
|
||||
* It's heaps faster than rebuilding everything, so here we are.
|
||||
* -flibit
|
||||
*/
|
||||
// #define MAKEANDPLAY
|
||||
/* #define MAKEANDPLAY */
|
||||
|
||||
#endif /* MAKEANDPLAY_H */
|
||||
|
||||
Reference in New Issue
Block a user