Skip to content

Commit

Permalink
renamed some files
Browse files Browse the repository at this point in the history
  • Loading branch information
JH456 committed Sep 12, 2016
1 parent 4d5570d commit b08e92b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 3dExample.cpp → engine.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// g++ 3dExample.cpp -lglut -lGL -lGLU -lSDL -o ddd
// g++ 3dExample.cpp -lglut -lGL -o ddd also works
// g++ engine.cpp -lglut -lGL -lGLU -lSDL -o ddd
// g++ engine.cpp -lglut -lGL -o ddd also works
// dependencies: mesa-common-dev and freeglut3-dev

#include "lib3d.cpp"
Expand Down
2 changes: 1 addition & 1 deletion lib3d.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "shaped3d.cpp"
#include "shapes3d.cpp"

void MyKeyboardFunc(unsigned char key, int x, int y);
//void MySpecialFunc(int key, int x, int y);
Expand Down
File renamed without changes.

0 comments on commit b08e92b

Please sign in to comment.