Joypad Scol plugin
loadScolJoypad.h
Go to the documentation of this file.
1#ifndef __LOAD_SCOL_JOYPAD_H__
2#define __LOAD_SCOL_JOYPAD_H__
3
4#include "scolMachine.h"
5
6#ifdef __cplusplus
7extern "C"
8{
9#endif
10
11SCOL_EXPORT int ScolJoypadLoadPlugin(mmachine m, cbmachine w);
12
13SCOL_EXPORT int ScolJoypadUnloadPlugin();
14
15SCOL_EXPORT void ScolJoypadHandleWindowEventPlugin(mmachine m, SCOL_PTR_TYPE event, int wparam, int lparam);
16
17#ifdef __cplusplus
18}
19#endif
20
21#endif
SCOL_EXPORT int ScolJoypadUnloadPlugin()
SCOL_EXPORT void ScolJoypadHandleWindowEventPlugin(mmachine m, SCOL_PTR_TYPE event, int wparam, int lparam)
SCOL_EXPORT int ScolJoypadLoadPlugin(mmachine m, cbmachine w)