meos-2024/code/meosdb/stdafx.cpp
2017-08-30 08:57:46 +02:00

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