view src/dmtool.h @ 2528:b3b6d82247f5

Disable Tremor by default in the example config.mak.in
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 16 May 2020 04:35:29 +0300
parents bcd33c77c605
children
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 // DMTOOL_H