mirror of
https://github.com/encounter/Petari.git
synced 2026-03-30 11:34:15 -07:00
5 lines
97 B
C++
5 lines
97 B
C++
#pragma once
|
|
|
|
#include "Game/LiveActor//LiveActor.hpp"
|
|
|
|
class RockCreator : public LiveActor { }; |