mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2024-12-01 09:20:22 +00:00
11 lines
157 B
C++
11 lines
157 B
C++
#include "export.h"
|
|
#include "front.h"
|
|
|
|
|
|
|
|
CMenu::CMenu(int x,int y,unsigned char Justification,int HiScale,int LowScale, int LineSep){
|
|
|
|
}
|
|
|
|
CMenu::~CMenu(){
|
|
} |