diff options
Diffstat (limited to 'plugins/updater/allocations.cpp')
-rw-r--r-- | plugins/updater/allocations.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/updater/allocations.cpp b/plugins/updater/allocations.cpp new file mode 100644 index 0000000000..733e4145bf --- /dev/null +++ b/plugins/updater/allocations.cpp @@ -0,0 +1,5 @@ +#include "common.h"
+#include "allocations.h"
+
+Allocations allocations;
+
|