template project, first version

This commit is contained in:
rachelchu
2017-10-11 15:01:05 +02:00
commit 8e902224cf
794 changed files with 326190 additions and 0 deletions

13
Simulations/util/util.h Normal file
View File

@@ -0,0 +1,13 @@
#ifndef __util_h__
#define __util_h__
#include <string>
std::wstring GetExePath();
void UpdateWindowTitle(const std::wstring& appName);
#endif