Page MenuHomePhabricator (Chris)

No OneTemporary

Authored By
Unknown
Size
2 KB
Referenced Files
None
Subscribers
None
diff --git a/command.cpp b/command.cpp
new file mode 100644
index 0000000..8b0da2b
--- /dev/null
+++ b/command.cpp
@@ -0,0 +1,6 @@
+#include "command.h"
+
+Command::Command()
+{
+
+}
diff --git a/command.h b/command.h
new file mode 100644
index 0000000..60cd99e
--- /dev/null
+++ b/command.h
@@ -0,0 +1,11 @@
+#ifndef COMMAND_H
+#define COMMAND_H
+
+
+class Command
+{
+public:
+ Command();
+};
+
+#endif // COMMAND_H
\ No newline at end of file
diff --git a/pagan_board.pro b/pagan_board.pro
index e5e4836..1b0ffae 100644
--- a/pagan_board.pro
+++ b/pagan_board.pro
@@ -1,75 +1,77 @@
TEMPLATE = app
CONFIG += console
CONFIG -= app_bundle
CONFIG -= qt
CONFIG += c++11
SOURCES += main.cpp \
game.cpp \
tilemap.cpp \
selector.cpp \
playerhud.cpp \
boardelem.cpp \
boardelems.cpp \
textureholder.cpp \
hover.cpp \
guiwindow.cpp \
purchaseguielem.cpp \
guichoosebuilding.cpp \
rounddice.cpp \
guirounddice.cpp \
grouphud.cpp \
animation.cpp \
animatedsprite.cpp \
character.cpp \
data.cpp \
rotateelem.cpp \
boarddiamond.cpp \
boarddiamondseq.cpp \
elem.cpp \
soundfx.cpp \
card.cpp \
pile.cpp \
- cardslist.cpp
+ cardslist.cpp \
+ command.cpp
LIBS += -lsfml-window -lsfml-system -lsfml-graphics -lsfml-audio
DESTDIR = ../build_release_pagan_board
assets.path = $${DESTDIR}/assets
assets.files = assets/*
INSTALLS += assets
HEADERS += \
game.h \
tilemap.h \
selector.h \
playerhud.h \
boardelem.h \
boardelems.h \
textureholder.h \
hover.h \
guiwindow.h \
purchaseguielem.h \
guichoosebuilding.h \
elemsdescription.h \
rounddice.h \
guirounddice.h \
grouphud.h \
data.h \
animation.h \
animatedsprite.h \
character.h \
rotateelem.h \
boarddiamond.h \
boarddiamondseq.h \
elem.h \
soundfx.h \
card.h \
pile.h \
- cardslist.h
+ cardslist.h \
+ command.h
OTHER_FILES += \
CREDITS.md
QMAKE_CXXFLAGS += -std=gnu++0x

File Metadata

Mime Type
text/x-diff
Expires
Tue, Jun 16, 1:07 AM (2 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
71620
Default Alt Text
(2 KB)

Event Timeline