Added cards

This commit is contained in:
Lauchmelder 2022-01-13 23:24:39 +01:00
parent 2a8b38ffc4
commit f3b4ffd75f
14 changed files with 273 additions and 8 deletions

View file

@ -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();