mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-04 18:55:05 +00:00
10 lines
No EOL
189 B
C++
10 lines
No EOL
189 B
C++
#pragma once
|
|
|
|
#include "al/actor/ActorCameraTarget.h"
|
|
|
|
namespace al {
|
|
class CameraTargetHolder {
|
|
public:
|
|
al::ActorCameraTarget *tryGetViewTarget(int) const;
|
|
};
|
|
} |