mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-10 21:09:15 +00:00
11 lines
97 B
C
11 lines
97 B
C
|
#pragma once
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#include "Object.h"
|
||
|
|
||
|
class CProjectile : public CObject
|
||
|
{
|
||
|
public:
|
||
|
};
|