renamed chemical to config, and renamed life to entity

This commit is contained in:
herbglitch 2025-03-11 00:41:24 -06:00
parent 04c89e46fe
commit ccf13ba470
5 changed files with 157 additions and 0 deletions

5
tests/std/entity.c Normal file
View file

@ -0,0 +1,5 @@
#include "../test.h"
#include "arc/std/entity.h"
ARC_TEST(Entity_Init){
}