comparison src/dmtool.h @ 2404:bcd33c77c605

Cosmetic cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 13 Jan 2020 20:04:54 +0200
parents a9516570cc26
children
comparison
equal deleted inserted replaced
2403:6e86a048a760 2404:bcd33c77c605
5 * (C) Copyright 2012 Tecnic Software productions (TNSP) 5 * (C) Copyright 2012 Tecnic Software productions (TNSP)
6 */ 6 */
7 #ifndef DMTOOL_H 7 #ifndef DMTOOL_H
8 #define DMTOOL_H 1 8 #define DMTOOL_H 1
9 9
10
10 // Get rid of the SDL_main mess for some commandline tools 11 // Get rid of the SDL_main mess for some commandline tools
11 #define _SDL_main_h 12 #define _SDL_main_h
12 #define SDL_main main 13 #define SDL_main main
13 14
14 #endif 15
16 #endif // DMTOOL_H
17