summaryrefslogtreecommitdiff
path: root/src/port/ui/ResolutionEditor.h
blob: a287bb282fe42012c5f8722b5355f9dcd2c1fb00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef RESOLUTIONEDITOR_H
#define RESOLUTIONEDITOR_H

#include <libultraship/libultraship.h>

namespace GameUI {
bool IsDroppingFrames();
void RegisterResolutionWidgets();
void UpdateResolutionVars();
} // namespace BenGui

#endif // RESOLUTIONEDITOR_H