mirror of
https://github.com/YimMenu/RDR-Classes.git
synced 2024-12-22 22:47:31 +08:00
7 lines
98 B
C++
7 lines
98 B
C++
|
#pragma once
|
||
|
#include "entity/fwEntity.hpp"
|
||
|
|
||
|
// TODO
|
||
|
class CPed : public rage::fwEntity
|
||
|
{
|
||
|
};
|