Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mumble_plugin.h')
-rw-r--r--plugins/mumble_plugin.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/mumble_plugin.h b/plugins/mumble_plugin.h
index 0e2c72f00..3d717c4d6 100644
--- a/plugins/mumble_plugin.h
+++ b/plugins/mumble_plugin.h
@@ -6,6 +6,10 @@
#ifndef MUMBLE_MUMBLE_PLUGIN_H_
#define MUMBLE_MUMBLE_PLUGIN_H_
+typedef unsigned long long procptr_t;
+
+#define LENGTH_OF(array) (sizeof(array) / sizeof((array)[0]))
+
#include <string>
#include <map>