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