Catos Engine (Source) 0.0.1
Lightweight Game engine
|
#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) |
#define DOCTEST_CONFIG_IMPLEMENT |
int main | ( | int | argc, |
char ** | argv ) |