mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-02-01 02:34:41 +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:
@@ -1,6 +1,6 @@
|
||||
#include <SDL_stdinc.h>
|
||||
|
||||
// Handle third-party dependencies' needs here
|
||||
/* Handle third-party dependencies' needs here */
|
||||
|
||||
void* lodepng_malloc(size_t size)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user