Rendering is working

This commit is contained in:
2022-10-13 23:50:57 +01:00
parent 500983358d
commit dfcdaf3b92
10 changed files with 527 additions and 9 deletions

6
core/lib_render.h Normal file
View File

@@ -0,0 +1,6 @@
#pragma once
#include "interpreter.h"
int hookRender(Interpreter* interpreter, Literal identifier, Literal alias);