This website works better with JavaScript.
Home
Explore
Help
Sign In
klimi
/
Platformer
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Platformer in OpenGL
opengl
cpp
game
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2
Commits
1
Branch
10 MiB
Tree:
b46d358ba2
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'b46d358ba2'
${ noResults }
Platformer
/
lib
/
glm
/
test
/
gtx
/
gtx.cpp
8 lines
71 B
Raw
Normal View
History
init
5 years ago
#
include
<glm/ext.hpp>
int
main
(
)
{
int
Error
=
0
;
return
Error
;
}