summaryrefslogtreecommitdiff
path: root/src/config.c
blob: 21e55f1d908cd00e5c159a8b310e9eb0486dd6a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//
// Created by sid on 1/2/24.
//
#include "config.h"

Config config = {
        800,
        600,
        800 / 2,
        600 / 2,
        "Gw bikin apaan sih",
        60
};