Fixed clangd problems with emscripten.

This commit is contained in:
2026-06-16 23:59:51 +02:00
parent a708ac9628
commit af440fd296
6 changed files with 94 additions and 12 deletions

View File

@@ -9,7 +9,7 @@
#include "Engine.hpp"
#include "Structures/Spawn.hpp"
//EMSCRIPTEN_KEEPALIVE
EMSCRIPTEN_KEEPALIVE
extern "C" void loop()
{
Screeps::Context::update();