cButton Texture Generate
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#ifndef __GUI__
|
||||
#define __GUI__
|
||||
|
||||
#include "dllExport.h"
|
||||
|
||||
class GUI {
|
||||
public:
|
||||
GUI();
|
||||
~GUI();
|
||||
|
||||
private:
|
||||
};
|
||||
|
||||
#endif /// __GUI__
|
||||
Reference in New Issue
Block a user