Advertisement
Equite

Main File

Jun 15th, 2018
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.19 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3.  
  4. #include "Display/Display.hpp"
  5.  
  6. int main(){
  7.     //The error is on the "Display," in the line below!
  8.     Display dm(1366, 768, "OpenGL Test");
  9.     return 0;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement