Ray Tracer Common Project
Image rendering program based on the ray tracing technique.
rect.hpp
1 
16 #pragma once
17 
18 #include <SDL/SDL.h>
19 
20 namespace rt{
28  typedef SDL_Rect rect;
29 }
30 
SDL_Rect rect
Rectangle.
Definition: rect.hpp:28
Definition: bitmap.cpp:4