diff options
| author | Luke Street <luke.street@encounterpc.com> | 2023-09-10 00:42:26 -0400 |
|---|---|---|
| committer | Luke Street <luke.street@encounterpc.com> | 2023-09-10 00:48:55 -0400 |
| commit | adb95b135c3d7498eba29bbd9728d345eed5a407 (patch) | |
| tree | 655575b939c12067569263171b68c079b1a232c8 /src/d/d_path.cpp | |
| parent | 81ac53f1317dafb3506ae3ed8b2820d40645c3c8 (diff) | |
Import project
Original repository: https://github.com/encounter/ww
Diffstat (limited to 'src/d/d_path.cpp')
| -rw-r--r-- | src/d/d_path.cpp | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/d/d_path.cpp b/src/d/d_path.cpp new file mode 100644 index 00000000..f7bc1ede --- /dev/null +++ b/src/d/d_path.cpp @@ -0,0 +1,28 @@ +// +// Generated by dtk +// Translation Unit: d_path.cpp +// + +#include "d_path.h" +#include "dolphin/types.h" + +/* 80080018-8008010C .text dPath_GetPnt__FP5dPathi */ +void dPath_GetPnt(dPath*, int) { + /* Nonmatching */ +} + +/* 8008010C-80080218 .text dPath_GetRoomPath__Fii */ +void dPath_GetRoomPath(int, int) { + /* Nonmatching */ +} + +/* 80080218-80080340 .text dPath_GetNextRoomPath__FP5dPathi */ +void dPath_GetNextRoomPath(dPath*, int) { + /* Nonmatching */ +} + +/* 80080340-800804A4 .text dPath_GetPolyRoomPathVec__FR13cBgS_PolyInfoP4cXyzPi */ +void dPath_GetPolyRoomPathVec(cBgS_PolyInfo&, cXyz*, int*) { + /* Nonmatching */ +} + |
