Catos Engine (Source) 0.0.1
Lightweight Game engine
Loading...
Searching...
No Matches
main.cpp File Reference
#include "../doctest/doctest/doctest.h"
#include "core/type_utils.h"
#include "core/registry.h"
#include "core/application.h"
#include "stl/vector.h"
#include "stl/hashmap.h"

Classes

struct  Foo
 
struct  TransformComponent
 
struct  ComponentTest
 

Namespaces

namespace  catos
 
namespace  catos::tests
 

Macros

#define DOCTEST_CONFIG_IMPLEMENT
 

Functions

 catos::tests::TEST_CASE ("REGISTRY::GET_TYPE_NAME")
 
 catos::tests::TEST_CASE ("REGISTRY::FIELDS")
 
 catos::tests::TEST_CASE ("REGISTRY::METHODS")
 
 catos::tests::TEST_CASE ("Application::INSTANCES")
 
 catos::tests::TEST_CASE ("STL::VECTORS")
 
 catos::tests::TEST_CASE ("STL::HASHMAPS")
 
int main (int argc, char **argv)
 

Macro Definition Documentation

◆ DOCTEST_CONFIG_IMPLEMENT

#define DOCTEST_CONFIG_IMPLEMENT

Function Documentation

◆ main()

int main ( int argc,
char ** argv )