mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-11-23 22:39:39 +00:00
12 lines
101 B
C
12 lines
101 B
C
|
|
||
|
#pragma once
|
||
|
|
||
|
class CFontRender // size: 40
|
||
|
{
|
||
|
private:
|
||
|
char _gap0[40];
|
||
|
|
||
|
public:
|
||
|
CFontRender();
|
||
|
};
|