File: misc_def.h

package info (click to toggle)
kball 0.0.20041216-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 10,768 kB
  • ctags: 524
  • sloc: cpp: 4,274; makefile: 104; sh: 64; ansic: 43
file content (17 lines) | stat: -rw-r--r-- 546 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// ------------------------------------------------------------------
// Some miscellaneous definitions
// ------------------------------------------------------------------
// By Kronoman - In loving memory of my father
// Copyright (c) 2003, Kronoman
// ------------------------------------------------------------------

#ifndef KRONO_MISC_DEF
#define KRONO_MISC_DEF

// this file has the tile set for the map
#define TILESET_FILE "tileset.dat"
// this file has the sprites, sound, backgrounds, etc
#define SPRITES_FILE "sprites.dat"

#endif