mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2025-02-19 21:42:42 +01:00
10 lines
112 B
C
10 lines
112 B
C
![]() |
#ifndef PROCESS_H__
|
||
|
#define PROCESS_H__
|
||
|
|
||
|
|
||
|
void process_init (void);
|
||
|
void process_loop (void);
|
||
|
|
||
|
|
||
|
#endif
|