Files
Pheenoh 7fd7d0c1f3 d_a_obj_carry work, SETUP_ACTOR macro, header cleanup (#1885)
* d_a_obj_carry work, SETUP_ACTOR macro

* rm headers, add script

* progress

* macro rename, consistent spacing
2023-08-16 12:07:52 -07:00

17 lines
214 B
C

#ifndef OSAUDIOSYSTEM_H
#define OSAUDIOSYSTEM_H
#ifdef __cplusplus
extern "C" {
#endif
void __OSInitAudioSystem(void);
void __OSStopAudioSystem(void);
#ifdef __cplusplus
};
#endif
#endif /* OSAUDIOSYSTEM_H */