mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2025-03-25 10:56:39 +01:00
10 lines
109 B
C++
10 lines
109 B
C++
#pragma once
|
|
|
|
#include "BulletTrace.h"
|
|
|
|
class CBulletTraces
|
|
{
|
|
public:
|
|
static CBulletTrace(&aTraces)[16];
|
|
};
|