meos-2024/code/meosdb/stdafx.cpp
2018-05-23 21:50:19 +02:00

15 lines
437 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