X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=menu.h;h=0e52ef4aba06b7c34a0fc1bbbd3f3c777d1feb0e;hb=a3a9fdaf8edba37e4c895b2f10926481c46916a0;hp=df58facb50488d1c08a903bac835d1011f6f182d;hpb=d1a66b1504773e5da10463fd15d524697b0c2ba2;p=xonotic%2Fdarkplaces.git diff --git a/menu.h b/menu.h index df58facb..0e52ef4a 100644 --- a/menu.h +++ b/menu.h @@ -76,6 +76,7 @@ void MP_Shutdown (void);*/ // // menu router // + void MR_Init_Commands (void); void MR_Init (void); void MR_Restart (void); @@ -92,6 +93,6 @@ typedef struct video_resolution_s double pixelheight; // pixel aspect } video_resolution_t; -video_resolution_t video_resolutions[]; +extern video_resolution_t video_resolutions[]; #endif