Add rsp_api_exports.ver file

This commit is contained in:
Francisco Zurita 2017-03-19 00:47:21 -04:00
parent c904e8f70e
commit d253a754cd

9
rsp_api_export.ver Normal file
View file

@ -0,0 +1,9 @@
{ global:
PluginStartup;
PluginShutdown;
PluginGetVersion;
RomOpen;
DoRspCycles;
InitiateRSP;
RomClosed;
local: *; };