meos-2024/code/StdAfx.cpp
2019-07-31 13:14:41 +02:00

13 lines
395 B
C++

// stdafx.cpp : source file that includes just the standard includes
//meos.pch will be the pre-compiled header
//stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
const wstring _EmptyWString=L"";
const string _EmptyString="";
const string _VacantName="Vakant";
// TODO: reference any additional headers you need in STDAFX.H
// and not in this file