view src/dmtool.h @ 2519:4dbb6572622d

Add preliminary decoder for SupeRes hires and multicolor files. The decoder is pretty horrible at the moment, should be cleaned up.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 15 May 2020 02:46:53 +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