Advertisement
Guest User

main.cpp

a guest
Feb 13th, 2011
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. #include "include/MyWindow.h"
  2. #include <iostream>
  3. int main() {
  4. MyWindow* a_window = new MyWindow();
  5. a_window->show();
  6. return 0;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement