mirror of
https://github.com/td512/re3.git
synced 2026-01-18 17:56:43 +00:00
8 lines
92 B
C++
8 lines
92 B
C++
#pragma once
|
|
|
|
class CObjectData
|
|
{
|
|
public:
|
|
static void Initialise(const char *filename);
|
|
};
|