mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-12-23 05:10:00 +00:00
10 lines
109 B
C++
10 lines
109 B
C++
#pragma once
|
|
|
|
#include "BulletTrace.h"
|
|
|
|
class CBulletTraces
|
|
{
|
|
public:
|
|
static CBulletTrace(&aTraces)[16];
|
|
};
|