view src/dmtool.h @ 2364:ad8bd9cc804c

Oops, commit 21d8eb203e2a broke 'make install'. Fix it.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 04 Jan 2020 14:45:29 +0200
parents a9516570cc26
children bcd33c77c605
line wrap: on
line source

/*
 * DMLib
 * Get rid of the SDL_main for some commandline tools
 * Programmed and designed by Matti 'ccr' Hamalainen
 * (C) Copyright 2012 Tecnic Software productions (TNSP)
 */
#ifndef DMTOOL_H
#define DMTOOL_H 1

// Get rid of the SDL_main mess for some commandline tools
#define _SDL_main_h
#define SDL_main main

#endif