mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2026-08-08 03:13:57 -05:00
9 lines
144 B
C
9 lines
144 B
C
#ifndef ACIOMGR_MANAGER_INIT_H
|
|
#define ACIOMGR_MANAGER_INIT_H
|
|
|
|
// internal, used by DllMain
|
|
void _aciomgr_init();
|
|
void _aciomgr_fini();
|
|
|
|
#endif
|