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
+1 -1
View File
@@ -1,4 +1,4 @@
#include "monster.h"
#include "actor.h"
#include "toy_console_colors.h"
#include "toy_table.h"
View File
+1 -1
View File
@@ -8,7 +8,7 @@
#include "toy_vm.h"
#include "toy_attributes.h"
#include "monster.h"
#include "actor.h"
#include <stdio.h>
#include <stdlib.h>