summaryrefslogtreecommitdiffstats
path: root/pacman-c++/common/constants.cpp
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2011-05-11 01:36:49 +0200
committermanuel <manuel@mausz.at>2011-05-11 01:36:49 +0200
commit535c342a2f28e0a1e90010b2f0ff4018eeeb200a (patch)
treef102207b7889457332e75774ace07188d143f42a /pacman-c++/common/constants.cpp
parent1a6c940ed9d7f6136da0e13148314072665342c5 (diff)
downloadfoop-535c342a2f28e0a1e90010b2f0ff4018eeeb200a.tar.gz
foop-535c342a2f28e0a1e90010b2f0ff4018eeeb200a.tar.bz2
foop-535c342a2f28e0a1e90010b2f0ff4018eeeb200a.zip
fix windows build
Diffstat (limited to 'pacman-c++/common/constants.cpp')
-rw-r--r--pacman-c++/common/constants.cpp3
1 files changed, 3 insertions, 0 deletions
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
3bool Constants::server = false;