mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2024-12-03 19:03:01 +00:00
13 lines
191 B
C++
13 lines
191 B
C++
#pragma once
|
|
|
|
|
|
class CMenu {
|
|
|
|
public:
|
|
unsigned char unk[0x538];
|
|
EXPORT virtual ~CMenu();
|
|
|
|
|
|
EXPORT CMenu(int x,int y,unsigned char Justification,int HiScale,int LowScale, int LineSep);
|
|
|
|
}; |