mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-04 04:21:01 -05:00
12 lines
253 B
C++
12 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
|