mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-29 08:44:15 +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
|