Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mnesarco committed Jun 29, 2021
1 parent 1e1844a commit fcf9084
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Just add `imgui_sugar.hpp` to your sources and include it when required.
## Example usage

```cpp
#include <imgui.h>
#include <imgui/imgui.h>
#include <imgui_sugar.hpp>

// ...
Expand Down Expand Up @@ -149,8 +149,7 @@ Sugar function |Begin Call |End Call |

## Abstraction cost

* All guards do store a function pointer to the end callback.
* Some guards do store a boolean member with the returned value from begin callback.
* All guards do store a function pointer to the end callback and a boolean member with the returned value from begin callback.
* No heap allocations are done at all.

## Disclaimers
Expand Down

0 comments on commit fcf9084

Please sign in to comment.