mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 22:28:10 +00:00
7a19453220
svn-id: r16020
8 lines
82 B
C
8 lines
82 B
C
#ifndef INIT_ARM_H
|
|
#define INIT_ARM_H
|
|
|
|
void ARMInit();
|
|
void ARMRelease();
|
|
|
|
#endif
|