mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2026-03-21 17:44:15 -05:00
9 lines
100 B
C
9 lines
100 B
C
#ifndef POWERHOOK_H
|
|
#define POWERHOOK_H
|
|
|
|
void powerhook_init();
|
|
|
|
void powerhook_fini(void);
|
|
|
|
#endif
|