Core commit. Compile and run on the OpenPandora
[mupen64plus-pandora.git] / source / mupen64plus-core / src / api / api_export.ver
diff --git a/source/mupen64plus-core/src/api/api_export.ver b/source/mupen64plus-core/src/api/api_export.ver
new file mode 100644 (file)
index 0000000..c5b2ca7
--- /dev/null
@@ -0,0 +1,69 @@
+{ global:
+ConfigDeleteSection;
+ConfigGetParamBool;
+ConfigGetParameter;
+ConfigGetParameterHelp;
+ConfigGetParameterType;
+ConfigGetParamFloat;
+ConfigGetParamInt;
+ConfigGetParamString;
+ConfigGetSharedDataFilepath;
+ConfigGetUserCachePath;
+ConfigGetUserConfigPath;
+ConfigGetUserDataPath;
+ConfigHasUnsavedChanges;
+ConfigListParameters;
+ConfigListSections;
+ConfigOpenSection;
+ConfigRevertChanges;
+ConfigSaveFile;
+ConfigSaveSection;
+ConfigSetDefaultBool;
+ConfigSetDefaultFloat;
+ConfigSetDefaultInt;
+ConfigSetDefaultString;
+ConfigSetParameter;
+CoreAddCheat;
+CoreAttachPlugin;
+CoreCheatEnabled;
+CoreDetachPlugin;
+CoreDoCommand;
+CoreErrorMessage;
+CoreGetAPIVersions;
+CoreGetRomSettings;
+CoreOverrideVidExt;
+CoreShutdown;
+CoreStartup;
+DebugBreakpointCommand;
+DebugBreakpointLookup;
+DebugDecodeOp;
+DebugGetCPUDataPtr;
+DebugGetState;
+DebugMemGetMemInfo;
+DebugMemGetPointer;
+DebugMemGetRecompInfo;
+DebugMemRead16;
+DebugMemRead32;
+DebugMemRead64;
+DebugMemRead8;
+DebugMemWrite16;
+DebugMemWrite32;
+DebugMemWrite64;
+DebugMemWrite8;
+DebugSetCallbacks;
+DebugSetCoreCompare;
+DebugSetRunState;
+DebugStep;
+PluginGetVersion;
+VidExt_GL_GetProcAddress;
+VidExt_GL_SetAttribute;
+VidExt_GL_GetAttribute;
+VidExt_GL_SwapBuffers;
+VidExt_Init;
+VidExt_ListFullscreenModes;
+VidExt_Quit;
+VidExt_SetCaption;
+VidExt_SetVideoMode;
+VidExt_ToggleFullScreen;
+VidExt_ResizeWindow;
+local: *; };