OdysseyDecomp/lib/al/include/Library/Screen/ScreenPointKeeper.h
2023-08-13 19:00:58 +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*);
}