VOX
A little voxel engine
Loading...
Searching...
No Matches
test_main.cpp File Reference
#include "ecs.hpp"
#include <cassert>
#include <iostream>
#include "test.hpp"
Include dependency graph for test_main.cpp:

Classes

struct  Position
 
struct  Velocity
 
struct  mesh
 
struct  transform
 

Functions

void test_component_set ()
 
void test_ecs_entity ()
 
void test_ecs_component ()
 
void test_ecs_view ()
 
void test_ecs_remove ()
 
int main ()
 

Variables

const size_t entities_size = 100
 

Function Documentation

◆ main()

int main ( void  )

◆ test_component_set()

void test_component_set ( )

◆ test_ecs_component()

void test_ecs_component ( )

◆ test_ecs_entity()

void test_ecs_entity ( )

◆ test_ecs_remove()

void test_ecs_remove ( )

◆ test_ecs_view()

void test_ecs_view ( )

Variable Documentation

◆ entities_size

const size_t entities_size = 100