mirror of
https://github.com/encounter/Petari.git
synced 2026-03-30 11:34:15 -07:00
9 lines
180 B
C++
9 lines
180 B
C++
#pragma once
|
|
|
|
#include "Game/LiveActor/LiveActor.hpp"
|
|
|
|
class CameraTargetDemoActor : public LiveActor {
|
|
public:
|
|
CameraTargetDemoActor(MtxPtr, const char *);
|
|
|
|
}; |