You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 rivejä
198 B

  1. #pragma once
  2. #include "./ecs/context.h"
  3. #include "./ecs/settings.h"
  4. #include "./ecs/signature_list.h"
  5. #include "./ecs/signature.h"
  6. #include "./ecs/system_execution_adapter.h"
  7. #include "./ecs/tag.h"