8 lines
130 B
C
8 lines
130 B
C
#ifndef H_MAPWND
|
|
#define H_MAPWND
|
|
#include "IL2Client.h"
|
|
|
|
void SubclassMapWindowProc( HWND hWnd, IL2Client *pcl );
|
|
|
|
#endif
|