mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-12-01 13:34:15 +01:00
9 lines
111 B
C
9 lines
111 B
C
|
#pragma once
|
||
|
|
||
|
#include "BulletTrace.h"
|
||
|
|
||
|
class CBulletTraces
|
||
|
{
|
||
|
public:
|
||
|
static CBulletTrace(&aTraces)[16];
|
||
|
};
|