OdysseyDecomp/lib/al/Library/Screen/ScreenPoint.cpp

13 lines
300 B
C++

#include "Library/Screen/ScreenPoint.h"
#include "Library/LiveActor/LiveActor.h"
#include "Library/Screen/ScreenPointKeeper.h"
namespace alScreenPointFunction {
void updateScreenPointAll(al::LiveActor* actor) {
actor->getScreenPointKeeper()->update();
}
} // namespace alScreenPointFunction