mirror of
https://github.com/zeldaret/ph
synced 2026-05-31 01:15:33 -04:00
8 lines
100 B
C++
8 lines
100 B
C++
#pragma once
|
|
|
|
#include "Actor/Navi/ActorNaviBase.hpp"
|
|
|
|
class ActorNavi : public ActorNaviBase {
|
|
|
|
};
|