Files
tww/src/d/d_path.cpp
T
LagoLunatic c754cf4e2a Started work on pushable boxes (#32)
* Started work on pushable boxes

* Minor fixes

* Fix inlines

* Comment GetHomeRoomNo
2023-09-14 15:42:57 -07:00

29 lines
667 B
C++

//
// Generated by dtk
// Translation Unit: d_path.cpp
//
#include "d/d_path.h"
#include "dolphin/types.h"
/* 80080018-8008010C .text dPath_GetPnt__FP5dPathi */
dPath__Point* dPath_GetPnt(dPath*, int) {
/* Nonmatching */
}
/* 8008010C-80080218 .text dPath_GetRoomPath__Fii */
dPath* 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 */
}