template project, first version
This commit is contained in:
13
Simulations/util/util.h
Normal file
13
Simulations/util/util.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef __util_h__
|
||||
#define __util_h__
|
||||
|
||||
|
||||
#include <string>
|
||||
|
||||
|
||||
std::wstring GetExePath();
|
||||
|
||||
void UpdateWindowTitle(const std::wstring& appName);
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user