mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-13 06:39:16 +00:00
12 lines
118 B
C++
12 lines
118 B
C++
#pragma once
|
|
|
|
#pragma once
|
|
|
|
#include "Object.h"
|
|
|
|
class CProjectile : public CObject
|
|
{
|
|
public:
|
|
CProjectile(int32);
|
|
};
|