OdysseyDecomp/lib/al/Library/Screen/ScreenPointKeeper.h
2024-06-13 21:10:45 +02:00

14 lines
183 B
C++
Executable file

#pragma once
namespace al {
class LiveActor;
class ScreenPointKeeper {
public:
};
} // namespace al
namespace alScreenPointFunction {
void updateScreenPointAll(al::LiveActor*);
}