mirror of
https://github.com/zeldaret/tmc
synced 2026-05-25 15:25:26 -04:00
7 lines
85 B
C
7 lines
85 B
C
#ifndef ARM_PROXY_H
|
|
#define ARM_PROXY_H
|
|
|
|
extern void WaitForNextFrame(void);
|
|
|
|
#endif
|