Galactic Bloodshed
files.cc
Go to the documentation of this file.
1 // Copyright 2014 The Galactic Bloodshed Authors. All rights reserved.
2 // Use of this source code is governed by a license that can be
3 // found in the COPYING file.
4 
5 #include "gb/files.h"
6 
7 const char *Files[] = {PKGSTATEDIR, DOCDIR, PATH(exam.dat),
8  DATA(enroll.dat), DATA(star), "",
9  DATA(planet), DATA(race), DATA(block),
10  DATA(ship), DATA(shipfree), DATA(dummy),
11  DATA(players), DATA(Tele), TELE(tele),
12  DATA(power), DATA(News), NEWS(declaration),
13  NEWS(transfer), NEWS(combat), NEWS(announce),
14  DATA(commod), DATA(commodfree), DATA(Update.time),
15  DATA(Segment.time)};
#define PATH(file)
Definition: files.h:8
#define DATA(file)
Definition: files.h:10
#define NEWS(file)
Definition: files.h:11
const char * Files[]
Definition: files.cc:7
#define TELE(file)
Definition: files.h:12