mirror of
https://github.com/zeldaret/tmc.git
synced 2026-09-27 05:55:47 -04:00
7 lines
82 B
C
7 lines
82 B
C
#ifndef ARM_PROXY_H
|
|
#define ARM_PROXY_H
|
|
|
|
extern void PrepNextFrame(void);
|
|
|
|
#endif
|