mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2025-02-02 22:32:36 +01:00
9 lines
80 B
C
9 lines
80 B
C
#ifndef PROCESS_H__
|
|
#define PROCESS_H__
|
|
|
|
|
|
void process (void);
|
|
|
|
|
|
#endif
|