mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-08 21:21:50 +00:00
6 lines
113 B
C
6 lines
113 B
C
|
#pragma once
|
||
|
|
||
|
#include "types.h"
|
||
|
|
||
|
scriptResult_t mainLoop(scriptCtx_t* ctx);
|
||
|
void printError(scriptResult_t res);
|