imgui/.github/issue_template.md

8 lines
239 B
Markdown
Raw Normal View History

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