mirror of
https://github.com/zeldaret/tmc
synced 2026-05-24 15:21:09 -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
|