Move global variables into a own file

This commit is contained in:
Maschell
2020-05-17 20:40:05 +02:00
parent 441191e40b
commit 3af7de28d8
4 changed files with 16 additions and 2 deletions

View File

@@ -23,10 +23,9 @@
#include "common/module_defines.h"
#include "hooks.h"
#include "PluginManagement.h"
#include "globals.h"
#include <whb/sdcard.h>
MEMHeapHandle pluginDataHeap __attribute__((section(".data"))) = 0;
plugin_information_t *gPluginInformation __attribute__((section(".data"))) = NULL;
int test();