summaryrefslogtreecommitdiffstats
path: root/pacman-c++/util.h
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2011-04-09 15:05:45 +0200
committermanuel <manuel@mausz.at>2011-04-09 15:05:45 +0200
commit7bfd0036b3297992dc6644eecfcbab5325756a1d (patch)
tree326166529ad460a2801fdb7e251c4c26a3441170 /pacman-c++/util.h
parent9f896b86b671b3a05314d2013a315d996b456f95 (diff)
parentd547dec802f76c346538144f4eacf6d8ca6310c4 (diff)
downloadfoop-7bfd0036b3297992dc6644eecfcbab5325756a1d.tar.gz
foop-7bfd0036b3297992dc6644eecfcbab5325756a1d.tar.bz2
foop-7bfd0036b3297992dc6644eecfcbab5325756a1d.zip
Merge branch 'master' of ssh://manuel.mausz.at/foop
Conflicts: pacman-c++/pacman.pro
Diffstat (limited to 'pacman-c++/util.h')
-rw-r--r--pacman-c++/util.h8
1 files changed, 8 insertions, 0 deletions
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 @@
1#ifndef UTIL_H
2#define UTIL_H
3
4#include "constants.h"
5// temporary
6Transmission::map_t createDummyMap();
7
8#endif // UTIL_H \ No newline at end of file