aboutsummaryrefslogtreecommitdiff
path: root/render/graphicsettings.h
blob: 53a83c21332cae35180598f8712b6e98ad410c35 (plain)
1
2
3
4
5
6
7
8
#ifndef GRAPHICSETTINGS_H
#define GRAPHICSETTINGS_H

typedef struct {
    int resx, resy;
} graphic_settings;
    
#endif