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