mirror of
https://github.com/td512/re3.git
synced 2026-01-16 16:07:13 +00:00
11 lines
97 B
C++
11 lines
97 B
C++
#pragma once
|
|
|
|
#pragma once
|
|
|
|
#include "Object.h"
|
|
|
|
class CProjectile : public CObject
|
|
{
|
|
public:
|
|
};
|