From d547dec802f76c346538144f4eacf6d8ca6310c4 Mon Sep 17 00:00:00 2001 From: totycro Date: Sat, 9 Apr 2011 13:54:18 +0200 Subject: Pull up methods from mainwidget to sceneholder for sharing in both client and server --- pacman-c++/util.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pacman-c++/util.h (limited to 'pacman-c++/util.h') diff --git a/pacman-c++/util.h b/pacman-c++/util.h new file mode 100644 index 0000000..34ddd31 --- /dev/null +++ b/pacman-c++/util.h @@ -0,0 +1,8 @@ +#ifndef UTIL_H +#define UTIL_H + +#include "constants.h" +// temporary +Transmission::map_t createDummyMap(); + +#endif // UTIL_H \ No newline at end of file -- cgit v1.2.3