mirror of
https://github.com/zeldaret/tp
synced 2026-05-24 23:22:01 -04:00
80ba3d9fd2
* checkpoint * checkpoint * rename f_pc * checkpoint * small symbol rename and fix some fpc symbols * remove unneeded entries from ldscript * simplify ok check, update docker container Co-authored-by: Pheenoh <pheenoh@gmail.com>
13 lines
242 B
C
13 lines
242 B
C
#ifndef JASDRIVER_H_
|
|
#define JASDRIVER_H_
|
|
|
|
extern "C" {
|
|
void setOutputMode__9JASDriverFUl(void);
|
|
|
|
void getSubFrames__9JASDriverFv(void);
|
|
void JASDriver_NS_setOutputMode(void);
|
|
void waitSubFrame__9JASDriverFv(void);
|
|
}
|
|
|
|
#endif // JASDRIVER_H_
|