13 lines
253 B
C++
13 lines
253 B
C++
#ifndef _VERSION_H
|
|
#define _VERSION_H
|
|
/*
|
|
class WasabiVersion {
|
|
public:
|
|
static void setAppName(const wchar_t *name);
|
|
static const wchar_t *getAppName();
|
|
static const wchar_t *getVersionString();
|
|
static unsigned int getBuildNumber();
|
|
};*/
|
|
|
|
#endif
|