mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-22 15:37:53 -05:00
Update README.md
This commit is contained in:
parent
e6065b210f
commit
12fed3fe53
1 changed files with 1 additions and 2 deletions
|
@ -9,8 +9,7 @@
|
|||
There's nothing worse than having to read thousands of words just to see what some library's code actually looks like, so instead, here's a **Hello World** in Geode right off the bat:
|
||||
|
||||
```cpp
|
||||
#include <Geode.hpp>
|
||||
#include <Modify.hpp>
|
||||
#include <Geode/Geode.hpp>
|
||||
|
||||
USE_GEODE_NAMESPACE();
|
||||
|
||||
|
|
Loading…
Reference in a new issue