annotate src/dmtool.h @ 2404:bcd33c77c605

Cosmetic cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 13 Jan 2020 20:04:54 +0200
parents a9516570cc26
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1432
a9516570cc26 Improve build, so that we can build the tools and tests with minimal
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1 /*
a9516570cc26 Improve build, so that we can build the tools and tests with minimal
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2 * DMLib
a9516570cc26 Improve build, so that we can build the tools and tests with minimal
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3 * Get rid of the SDL_main for some commandline tools
a9516570cc26 Improve build, so that we can build the tools and tests with minimal
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
4 * Programmed and designed by Matti 'ccr' Hamalainen
a9516570cc26 Improve build, so that we can build the tools and tests with minimal
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
5 * (C) Copyright 2012 Tecnic Software productions (TNSP)
a9516570cc26 Improve build, so that we can build the tools and tests with minimal
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
6 */
a9516570cc26 Improve build, so that we can build the tools and tests with minimal
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
7 #ifndef DMTOOL_H
a9516570cc26 Improve build, so that we can build the tools and tests with minimal
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
8 #define DMTOOL_H 1
a9516570cc26 Improve build, so that we can build the tools and tests with minimal
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
9
2404
bcd33c77c605 Cosmetic cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 1432
diff changeset
10
1432
a9516570cc26 Improve build, so that we can build the tools and tests with minimal
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
11 // Get rid of the SDL_main mess for some commandline tools
a9516570cc26 Improve build, so that we can build the tools and tests with minimal
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
12 #define _SDL_main_h
a9516570cc26 Improve build, so that we can build the tools and tests with minimal
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
13 #define SDL_main main
a9516570cc26 Improve build, so that we can build the tools and tests with minimal
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
14
2404
bcd33c77c605 Cosmetic cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 1432
diff changeset
15
bcd33c77c605 Cosmetic cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 1432
diff changeset
16 #endif // DMTOOL_H
bcd33c77c605 Cosmetic cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 1432
diff changeset
17