Store user data in $HOME
[kball.git] / include / misc_def.h
blobef6d0a3d9502ac08398a17f7a92245ee9119f41a
1 // ------------------------------------------------------------------
2 // Some miscellaneous definitions
3 // ------------------------------------------------------------------
4 // By Kronoman - In loving memory of my father
5 // Copyright (c) 2003, Kronoman
6 // ------------------------------------------------------------------
8 #ifndef KRONO_MISC_DEF
9 #define KRONO_MISC_DEF
11 // this file has the tile set for the map
12 #define TILESET_FILE "tileset.dat"
13 // this file has the sprites, sound, backgrounds, etc
14 #define SPRITES_FILE "sprites.dat"
16 #endif