14 lines
431 B
C++
14 lines
431 B
C++
// stdafx.cpp : source file that includes just the standard includes
|
|
// meosdb.pch will be the pre-compiled header
|
|
// stdafx.obj will contain the pre-compiled type information
|
|
|
|
#include "stdafx.h"
|
|
|
|
const string _NoClub="Klubblös";
|
|
const string _EmptyString="";
|
|
const string _VacantName="Vakant";
|
|
const string _UnkownName="N.N.";
|
|
|
|
// TODO: reference any additional headers you need in STDAFX.H
|
|
// and not in this file
|
|
|