mirror of
https://github.com/wiiu-env/RPXLoadingModule.git
synced 2024-11-16 23:19:17 +01:00
5 lines
254 B
C++
5 lines
254 B
C++
#include "globals.h"
|
|
|
|
RPXLoader_ReplacementInformation gReplacementInfo __attribute__((section(".data")));
|
|
CRLayerHandle contentLayerHandle __attribute__((section(".data"))) = 0;
|
|
CRLayerHandle saveLayerHandle __attribute__((section(".data"))) = 0; |