diff options
| author | Dharkael <izhe@hotmail.es> | 2018-01-29 23:05:42 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-29 23:05:42 +0100 |
| commit | 67a9edba333377a12be03bec1c0354480b0fadae (patch) | |
| tree | e7edd368767efd579bed01ffc285eb4007d514c0 | |
| parent | d7d814f86110900861039e1d8076bb4b47a133eb (diff) | |
| download | redot-cpp-67a9edba333377a12be03bec1c0354480b0fadae.tar.gz | |
README: Enable cpp syntax highlighting
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ And our directory structure will be # Creating simple class Create `init.cpp` under `SimpleLibrary/src/` and add the following code -``` +```cpp #include <core/Godot.hpp> #include <Reference.hpp> |
