FifoPlayer: Get rid of semicolons on namespace braces
This commit is contained in:
parent
06ccfef1c1
commit
9bfafed5b8
|
@ -19,4 +19,4 @@ struct AnalyzedFrameInfo
|
|||
namespace FifoPlaybackAnalyzer
|
||||
{
|
||||
void AnalyzeFrames(FifoDataFile* file, std::vector<AnalyzedFrameInfo>& frameInfo);
|
||||
};
|
||||
} // namespace FifoPlaybackAnalyzer
|
||||
|
|
|
@ -13,4 +13,4 @@ void Initialize(u32* cpMem);
|
|||
|
||||
void ProcessLoadIndexedXf(u32 val, int array);
|
||||
void WriteVertexArray(int arrayIndex, const u8* vertexData, int vertexSize, int numVertices);
|
||||
};
|
||||
} // namespace FifoRecordAnalyzer
|
||||
|
|
Loading…
Reference in New Issue