|
libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
|
#include <string>#include <memory>#include <vector>#include <algorithm>#include <atomic>#include <mutex>#include <queue>#include <unordered_set>#include <nlohmann/json.hpp>#include <stdexcept>#include <type_traits>#include "ship/core/Part.h"#include "ship/core/PartList.h"#include "ship/core/ComponentList.h"Go to the source code of this file.
Classes | |
| class | Ship::Component |
| A named Part with a parent/child hierarchy and optional thread safety. More... | |
Namespaces | |
| namespace | Ship |
| Core namespace for the libultraship engine framework. | |