blob: 6a1cff80b0240edd5cae17e99e29565bccb72310 (
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 <graphic/Fast3D/Fast3dWindow.h>
#include <graphic/Fast3D/interpreter.h>
namespace GameUI {
bool IsDroppingFrames();
void RegisterResolutionWidgets();
void UpdateResolutionVars();
} // namespace BenGui
#endif // RESOLUTIONEDITOR_H
|