Helligkeit/src/patrix/system.h

9 lines
114 B
C

#ifndef HELLIGKEIT_SYSTEM_H
#define HELLIGKEIT_SYSTEM_H
void systemRequestRestart();
void systemLoop();
#endif