Core commit. Compile and run on the OpenPandora
[mupen64plus-pandora.git] / source / mupen64plus-core / src / api / api_export.ver
1 { global:
2 ConfigDeleteSection;
3 ConfigGetParamBool;
4 ConfigGetParameter;
5 ConfigGetParameterHelp;
6 ConfigGetParameterType;
7 ConfigGetParamFloat;
8 ConfigGetParamInt;
9 ConfigGetParamString;
10 ConfigGetSharedDataFilepath;
11 ConfigGetUserCachePath;
12 ConfigGetUserConfigPath;
13 ConfigGetUserDataPath;
14 ConfigHasUnsavedChanges;
15 ConfigListParameters;
16 ConfigListSections;
17 ConfigOpenSection;
18 ConfigRevertChanges;
19 ConfigSaveFile;
20 ConfigSaveSection;
21 ConfigSetDefaultBool;
22 ConfigSetDefaultFloat;
23 ConfigSetDefaultInt;
24 ConfigSetDefaultString;
25 ConfigSetParameter;
26 CoreAddCheat;
27 CoreAttachPlugin;
28 CoreCheatEnabled;
29 CoreDetachPlugin;
30 CoreDoCommand;
31 CoreErrorMessage;
32 CoreGetAPIVersions;
33 CoreGetRomSettings;
34 CoreOverrideVidExt;
35 CoreShutdown;
36 CoreStartup;
37 DebugBreakpointCommand;
38 DebugBreakpointLookup;
39 DebugDecodeOp;
40 DebugGetCPUDataPtr;
41 DebugGetState;
42 DebugMemGetMemInfo;
43 DebugMemGetPointer;
44 DebugMemGetRecompInfo;
45 DebugMemRead16;
46 DebugMemRead32;
47 DebugMemRead64;
48 DebugMemRead8;
49 DebugMemWrite16;
50 DebugMemWrite32;
51 DebugMemWrite64;
52 DebugMemWrite8;
53 DebugSetCallbacks;
54 DebugSetCoreCompare;
55 DebugSetRunState;
56 DebugStep;
57 PluginGetVersion;
58 VidExt_GL_GetProcAddress;
59 VidExt_GL_SetAttribute;
60 VidExt_GL_GetAttribute;
61 VidExt_GL_SwapBuffers;
62 VidExt_Init;
63 VidExt_ListFullscreenModes;
64 VidExt_Quit;
65 VidExt_SetCaption;
66 VidExt_SetVideoMode;
67 VidExt_ToggleFullScreen;
68 VidExt_ResizeWindow;
69 local: *; };