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