Add health/xp/level interface
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
class Interface
|
||||
{
|
||||
public:
|
||||
Interface();
|
||||
~Interface();
|
||||
|
||||
void draw(void);
|
||||
void update(float deltaTime);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user