Subastra
Loading...
Searching...
No Matches
Functions | Variables
world.c File Reference
#include "../engine/world.h"
#include "../arena.h"
#include <stdio.h>
Include dependency graph for world.c:

Functions

void _test_setup ()
 
void _test_cleanup ()
 
void _test_identity_and_generation ()
 
void _test_two_entities ()
 
void _test_generations ()
 
void _test_entity_iter ()
 

Variables

static world_t world
 
int _test_count = 4
 
const char * _tests []
 

Function Documentation

◆ _test_cleanup()

void _test_cleanup ( )

◆ _test_entity_iter()

void _test_entity_iter ( )

◆ _test_generations()

void _test_generations ( )

◆ _test_identity_and_generation()

void _test_identity_and_generation ( )

◆ _test_setup()

void _test_setup ( )

◆ _test_two_entities()

void _test_two_entities ( )

Variable Documentation

◆ _test_count

int _test_count = 4

◆ _tests

const char* _tests[]
Initial value:
= {
"_test_identity_and_generation",
"_test_two_entities",
"_test_generations",
"_test_entity_iter",
}

◆ world

world_t world
static