2018-02-21 15:12:13 +03:00
|
|
|
(Please carefully read guidelines in [CONTRIBUTING.md](https://github.com/ocornut/imgui/blob/master/.github/CONTRIBUTING.md) then delete this line)
|
2018-02-13 00:07:05 +03:00
|
|
|
|
2018-02-21 15:12:13 +03:00
|
|
|
You can include code this way:
|
|
|
|
```cpp
|
|
|
|
ImGui::Begin("Hello");
|
|
|
|
ImGui::ThisIsMoreCode();
|
|
|
|
```
|