Store in GIT
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
class Interface
|
||||
{
|
||||
private:
|
||||
int stars;
|
||||
public:
|
||||
Interface();
|
||||
Interface(int);
|
||||
~Interface();
|
||||
|
||||
void draw(void);
|
||||
void update(float deltaTime);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user