libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
Loading...
Searching...
No Matches
Component.h File Reference
#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"
Include dependency graph for Component.h:
This graph shows which files directly or indirectly include this file:

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.