File: xpDefines.h.in

package info (click to toggle)
xplanet 1.2.1-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 4,068 kB
  • ctags: 2,029
  • sloc: cpp: 23,348; ansic: 6,274; sh: 3,247; makefile: 361; perl: 84
file content (12 lines) | stat: -rw-r--r-- 328 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef XPDEFINES_H
#define XPDEFINES_H

#include <string>

const std::string defaultConfigFile     = "default";
const std::string defaultFont		= "FreeMonoBold.ttf";
const std::string defaultMapExt		= ".@mapext@";
const std::string defaultStarMap        = "BSC";
const std::string separator             = "@separator@";

#endif