Merge pull request #90 from lupoDharkael/cpp-syntax

README: Enable cpp syntax highlighting
pull/92/head
Thomas Herzog 2018-01-30 13:29:39 +01:00 committed by GitHub
commit 83bf20980c
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
Create `init.cpp` under `SimpleLibrary/src/` and add the following code
```
```cpp
#include <core/Godot.hpp>
#include <Reference.hpp>