aboutsummaryrefslogtreecommitdiff
path: root/c/main.h
blob: 1f9d3bfe5f02b99066c91248fc794f3f9987fe1f (plain)
1
2
3
4
5
6
#ifndef MAIN_H
#define MAIN_H

void UpdateLayout(int w = 0, int h = 0);

#endif