OdysseyDecomp/lib/al/Library/Screen/ScreenPointerUtil.cpp
2025-12-03 23:43:19 +01:00

13 lines
306 B
C++

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