mirror of
https://github.com/MonsterDruide1/OdysseyDecomp
synced 2026-04-29 20:14:41 +00:00
14 lines
183 B
C++
Executable file
14 lines
183 B
C++
Executable file
#pragma once
|
|
|
|
namespace al {
|
|
class LiveActor;
|
|
|
|
class ScreenPointKeeper {
|
|
public:
|
|
};
|
|
} // namespace al
|
|
|
|
namespace alScreenPointFunction {
|
|
void updateScreenPointAll(al::LiveActor*);
|
|
}
|