mirror of
https://github.com/zeldaret/tmc
synced 2026-06-07 03:58:00 -04:00
7 lines
103 B
C
7 lines
103 B
C
#ifndef INTERRUPTS_H
|
|
#define INTERRUPTS_H
|
|
|
|
extern void WaitForNextFrame(void);
|
|
|
|
#endif // INTERRUPTS_H
|