mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-12-16 15:31:30 +00:00
5 lines
103 B
C
5 lines
103 B
C
|
#pragma once
|
||
|
#include "menu.h"
|
||
|
|
||
|
void M_StartControlPanel (bool makeSound, bool scaleoverride = false);
|