winamp/Src/Wasabi/api/application/version.h

13 lines
253 B
C
Raw Normal View History

2024-09-24 12:54:57 +00:00
#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