aboutsummaryrefslogtreecommitdiff
path: root/config.h
blob: 5f0a76a0fdaae4129d81dc13411514b2c8742365 (plain)
1
2
3
4
5
6
7
8
// glsl doesn't support #pragma once
#ifndef _CONFIG_H
#define _CONFIG_H

#define WIDTH 800
#define HEIGHT 600

#endif