Advertisement
Equite

Display File [HPP]

Jun 15th, 2018
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.18 KB | None | 0 0
  1. #ifndef SRC_DISPLAY_DISPLAY_HPP_
  2. #define SRC_DISPLAY_DISPLAY_HPP_
  3.  
  4. namespace glm {
  5.     class Display {
  6.         public:
  7.             Display(int width, int height, const char* title);
  8.     };
  9. }
  10.  
  11. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement