blob: c0a9af96ce97cb0898e67cc72cc3a13b6fb72f04 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef RESOLUTIONEDITOR_H
#define RESOLUTIONEDITOR_H
#include <libultraship/libultraship.h>
#include <fast/Fast3dWindow.h>
#include <fast/interpreter.h>
namespace GameUI {
bool IsDroppingFrames();
void RegisterResolutionWidgets();
void UpdateResolutionVars();
} // namespace BenGui
#endif // RESOLUTIONEDITOR_H
|