mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-21 04:59:11 +00:00
Reformat pass
This commit is contained in:
@@ -46,6 +46,7 @@ protected:
|
||||
bool m_debugSelected = false;
|
||||
bool m_debugHovered = false;
|
||||
const std::set<SConnection>* m_incomingConnections = nullptr;
|
||||
|
||||
public:
|
||||
static const std::vector<SConnection> NullConnectionList;
|
||||
virtual ~CEntity() = default;
|
||||
@@ -83,9 +84,7 @@ public:
|
||||
const std::vector<SConnection>& GetConnectionList() const { return x20_conns; }
|
||||
|
||||
std::string_view GetName() const { return x10_name; }
|
||||
void SetIncomingConnectionList(const std::set<SConnection>* conns) {
|
||||
m_incomingConnections = conns;
|
||||
}
|
||||
void SetIncomingConnectionList(const std::set<SConnection>* conns) { m_incomingConnections = conns; }
|
||||
};
|
||||
|
||||
} // namespace metaforce
|
||||
|
||||
Reference in New Issue
Block a user