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