9 lines
114 B
C
9 lines
114 B
C
#ifndef HELLIGKEIT_SYSTEM_H
|
|
#define HELLIGKEIT_SYSTEM_H
|
|
|
|
void systemRequestRestart();
|
|
|
|
void systemLoop();
|
|
|
|
#endif
|