fix: add missing carla.h header and implementation files

Co-authored-by: aider (deepseek/deepseek-coder) <aider@aider.chat>
This commit is contained in:
Loic Coenen
2026-05-02 21:35:46 +00:00
parent ee80440cc7
commit 8341261d7a
3 changed files with 338 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
#include "engine.h"
#include "carla.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>