mirror of
https://github.com/MonsterDruide1/OdysseyDecomp
synced 2026-04-23 09:04:21 +00:00
13 lines
306 B
C++
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
|