README: Enable cpp syntax highlighting

pull/90/head
Dharkael 2018-01-29 23:05:42 +01:00 committed by GitHub
parent d7d814f861
commit 67a9edba33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ And our directory structure will be
# Creating simple class # Creating simple class
Create `init.cpp` under `SimpleLibrary/src/` and add the following code Create `init.cpp` under `SimpleLibrary/src/` and add the following code
``` ```cpp
#include <core/Godot.hpp> #include <core/Godot.hpp>
#include <Reference.hpp> #include <Reference.hpp>