mirror of
https://github.com/GTAmodding/re3.git
synced 2025-01-19 19:36:34 +00:00
8 lines
71 B
C
8 lines
71 B
C
|
#pragma once
|
||
|
|
||
|
class CSceneEdit
|
||
|
{
|
||
|
public:
|
||
|
static void Update(void);
|
||
|
};
|