view src/dmtool.h @ 1909:a323ca23f449

Rename several variables to lessen the confusion about input/output "format" and "subformat" by using the more proper terms "type" and "format".
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 26 Jun 2018 17:30:51 +0300
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