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