mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-16 22:39:00 +00:00
8 lines
71 B
C
8 lines
71 B
C
|
#pragma once
|
||
|
|
||
|
class CSceneEdit
|
||
|
{
|
||
|
public:
|
||
|
static void Update(void);
|
||
|
};
|