diff options
Diffstat (limited to 'pacman-c++/common')
| -rw-r--r-- | pacman-c++/common/common.pro | 1 | ||||
| -rw-r--r-- | pacman-c++/common/constants.cpp | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/pacman-c++/common/common.pro b/pacman-c++/common/common.pro index e7e415e..1114e17 100644 --- a/pacman-c++/common/common.pro +++ b/pacman-c++/common/common.pro | |||
| @@ -9,6 +9,7 @@ SOURCES += pixmapitem.cpp \ | |||
| 9 | actor.cpp \ | 9 | actor.cpp \ |
| 10 | block.cpp \ | 10 | block.cpp \ |
| 11 | bonuspoint.cpp \ | 11 | bonuspoint.cpp \ |
| 12 | constants.cpp \ | ||
| 12 | point.cpp \ | 13 | point.cpp \ |
| 13 | audio.cpp \ | 14 | audio.cpp \ |
| 14 | sceneholder.cpp \ | 15 | sceneholder.cpp \ |
diff --git a/pacman-c++/common/constants.cpp b/pacman-c++/common/constants.cpp new file mode 100644 index 0000000..6bf9eb5 --- /dev/null +++ b/pacman-c++/common/constants.cpp | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | #include "constants.h" | ||
| 2 | |||
| 3 | bool Constants::server = false; | ||
