Renamed files 'monster' -> 'actor'

This commit is contained in:
2026-05-08 11:27:11 +10:00
parent 53d06ad2e6
commit 641145c5b4
4 changed files with 3 additions and 3 deletions
+12
View File
@@ -0,0 +1,12 @@
#pragma once
#include "toy_vm.h"
//object pool system
void initMonsterAPI(Toy_VM* vm);
void freeMonsterAPI(Toy_VM* vm);
void processMonsterStep(Toy_VM* vm);
void drawMonsters(Toy_VM* vm);
Toy_Value handleMonsterAttributes(Toy_VM* vm, Toy_Value compound, Toy_Value attribute);