mirror of
https://github.com/halpz/re3.git
synced 2025-02-25 02:32:11 +00:00
8 lines
92 B
C++
8 lines
92 B
C++
#pragma once
|
|
|
|
class CObjectData
|
|
{
|
|
public:
|
|
static void Initialise(const char *filename);
|
|
};
|