|
ROLAND
0.70
Amstrad Emulator based on Caprice Source rewritten in C++.
|
Macros | |
| #define | GL_FUNC(ret, func, params) ptr##func o##func=0; |
| #define | GL_FUNC_OPTIONAL(ret, func, params) ptr##func o##func=0; |
| #define | GL_FUNC(ret, func, params) |
| #define | GL_FUNC_OPTIONAL(ret, func, params) |
Functions | |
| int | init_glfuncs () |
| #define GL_FUNC | ( | ret, | |
| func, | |||
| params | |||
| ) | ptr##func o##func=0; |
| #define GL_FUNC | ( | ret, | |
| func, | |||
| params | |||
| ) |
| #define GL_FUNC_OPTIONAL | ( | ret, | |
| func, | |||
| params | |||
| ) | ptr##func o##func=0; |
| #define GL_FUNC_OPTIONAL | ( | ret, | |
| func, | |||
| params | |||
| ) |
| int init_glfuncs | ( | ) |
Referenced by VideoGL::init().
1.8.11