mirror of
https://github.com/encounter/Petari.git
synced 2026-03-30 11:34:15 -07:00
13 lines
166 B
C++
13 lines
166 B
C++
#pragma once
|
|
|
|
#include "JSystem/JGeometry.hpp"
|
|
#include <revolution.h>
|
|
|
|
class RailGraphNode {
|
|
public:
|
|
RailGraphNode();
|
|
|
|
TVec3f _0;
|
|
s32 _C;
|
|
u32 _10;
|
|
}; |