This commit is contained in:
Nick Fisher
2025-03-18 23:15:13 +08:00
parent 951f5daa2d
commit d5bffd5ad2
34 changed files with 794 additions and 1384 deletions

View File

@@ -1,5 +1,4 @@
#ifndef _T_RENDERER_H
#define _T_RENDERER_H
#pragma once
#include "APIExport.h"
#include "APIBoundaryTypes.h"
@@ -36,4 +35,3 @@ EMSCRIPTEN_KEEPALIVE void Renderer_setFrameInterval(
#ifdef __cplusplus
}
#endif
#endif