view src/dmtool.h @ 2266:ecc17b2e129e

Add constants for "full" C64 screen dimensions, including the border regions. These are for future support of fullscreen image formats.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 17 Jun 2019 05:31:38 +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