mirror of
https://github.com/cathery/sys-con.git
synced 2024-11-06 02:26:33 +00:00
4 lines
59 B
C
4 lines
59 B
C
|
#pragma once
|
||
|
#include "switch/result.h"
|
||
|
|
||
|
Result mainLoop();
|