mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-23 14:29:14 +01:00
9 lines
80 B
C
9 lines
80 B
C
#ifndef PROCESS_H__
|
|
#define PROCESS_H__
|
|
|
|
|
|
void process (void);
|
|
|
|
|
|
#endif
|