Snake/Init_Begin_UI.h

17 lines
361 B
C

#pragma once
//////////////////////////////////////////////////////////////////////////
#include <windows.h>
#include "resource.h"
//////////////////////////////////////////////////////////////////////////
void InitBeginUI( HDC, HINSTANCE );
//////////////////////////////////////////////////////////////////////////
//»æÖƲ˵¥
void ShowGameMenu( HDC );