Added cards
This commit is contained in:
parent
2a8b38ffc4
commit
f3b4ffd75f
14 changed files with 273 additions and 8 deletions
|
@ -1,6 +1,9 @@
|
|||
#pragma once
|
||||
|
||||
#include <lol/lol.hpp>
|
||||
|
||||
class Window;
|
||||
class Card;
|
||||
|
||||
class Application
|
||||
{
|
||||
|
@ -18,6 +21,9 @@ private:
|
|||
bool valid;
|
||||
Window* window;
|
||||
|
||||
lol::ObjectManager manager;
|
||||
Card* card;
|
||||
|
||||
private:
|
||||
Application();
|
||||
~Application();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue