More work done on the ray

This commit is contained in:
MitchellHansen
2016-07-31 00:01:50 -07:00
parent 4432c0338b
commit 37ef472f61
5 changed files with 179 additions and 25 deletions

View File

@@ -23,6 +23,12 @@ float elap_time(){
}
int main() {
sf::Uint8 c;
std::cout << sizeof(c);
// Initialize the render window
sf::RenderWindow window(sf::VideoMode(WINDOW_X, WINDOW_Y), "SFML");