mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-20 23:51:19 -04:00
c754cf4e2a
* Started work on pushable boxes * Minor fixes * Fix inlines * Comment GetHomeRoomNo
29 lines
667 B
C++
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 */
|
|
}
|
|
|