File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -139,6 +139,8 @@ It's pretty simple actually:
139
139
- [ rafaeldelboni] ( https://github.com/rafaeldelboni ) Rafael Delboni - contributor
140
140
- [ jason-cannon] ( https://github.com/jason-cannon ) Jason Cannon - contributor
141
141
- [ return215] ( https://github.com/return215 ) Muhammad Hidayat - contributor
142
+ - [ Samuel Asher Rivello] ( https://github.com/SamuelAsherRivello ) - contributor
143
+
142
144
143
145
## Licence
144
146
Original file line number Diff line number Diff line change 1
1
#include < raylib-cpp.hpp>
2
- #include < iostream>
3
2
4
3
int main () {
5
4
@@ -12,9 +11,6 @@ int main() {
12
11
13
12
SetTargetFPS (60 );
14
13
15
- // Demostrate logging
16
- std::cout << " Hello World!" << std::endl;
17
-
18
14
// Main game loop
19
15
while (!w.ShouldClose ()) // Detect window close button or ESC key
20
16
{
You can’t perform that action at this time.
0 commit comments