Import project

Original repository: https://github.com/encounter/ww
This commit is contained in:
Luke Street
2023-09-10 00:42:26 -04:00
parent 81ac53f131
commit adb95b135c
3731 changed files with 481532 additions and 0 deletions
+28
View File
@@ -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 */
}