mirror of
https://github.com/sarah-walker-pcem/pcem.git
synced 2025-07-23 19:50:35 +02:00
14 lines
306 B
C
14 lines
306 B
C
#ifndef __PRIV_PLUGIN_H__
|
|
#define __PRIV_PLUGIN_H__
|
|
|
|
#include <pcem/devices.h>
|
|
#include <pcem/defines.h>
|
|
|
|
void init_plugin_engine();
|
|
void load_plugins();
|
|
|
|
extern void (*_savenvr)();
|
|
extern void (*_dumppic)();
|
|
extern void (*_dumpregs)();
|
|
extern void (*_sound_speed_changed)();
|
|
#endif /* __PRIV_PLUGIN_H__ */ |