| 11177 | }; |
| 11178 | |
| 11179 | void ShowExampleAppAssetsBrowser(bool* p_open) |
| 11180 | { |
| 11181 | IMGUI_DEMO_MARKER("Examples/Assets Browser"); |
| 11182 | static ExampleAssetsBrowser assets_browser; |
| 11183 | assets_browser.Draw("Example: Assets Browser", p_open); |
| 11184 | } |
| 11185 | |
| 11186 | // End of Demo code |
| 11187 | #else |