mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2025-02-17 04:36:20 +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
|