RPXLoadingModule/src/globals.cpp

5 lines
254 B
C++
Raw Normal View History

2021-01-01 01:39:28 +01:00
#include "globals.h"
RPXLoader_ReplacementInformation gReplacementInfo __attribute__((section(".data")));
CRLayerHandle contentLayerHandle __attribute__((section(".data"))) = 0;
CRLayerHandle saveLayerHandle __attribute__((section(".data"))) = 0;