File: misc_def.h

package info (click to toggle)
kball 0.0.20041216-5
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 10,812 kB
  • ctags: 523
  • sloc: cpp: 4,149; makefile: 109; 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