1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2025-02-14 12:35:35 +00:00
TegraExplorer/source/script/parser.h

6 lines
113 B
C
Raw Normal View History

2020-12-28 14:51:59 +01:00
#pragma once
#include "types.h"
scriptResult_t mainLoop(scriptCtx_t* ctx);
void printError(scriptResult_t res);