]> Git Repo - raytracer.git/blob - constants.h
first commit
[raytracer.git] / constants.h
1 #ifndef __CONSTANTS_H__
2 #define __CONSTANTS_H__
3 const int SCREEN_WIDTH = 256;
4 const int SCREEN_HEIGHT = 144;
5 const int WINDOW_WIDTH = 640;
6 const int WINDOW_HEIGHT = 480;
7 #endif // __CONSTANTS_H__
This page took 0.022779 seconds and 4 git commands to generate.