| 11412 | }; |
| 11413 | |
| 11414 | void ShowExampleAppAssetsBrowser(bool* p_open) |
| 11415 | { |
| 11416 | IMGUI_DEMO_MARKER("Examples/Assets Browser"); |
| 11417 | static ExampleAssetsBrowser assets_browser; |
| 11418 | assets_browser.Draw("Example: Assets Browser", p_open); |
| 11419 | } |
| 11420 | |
| 11421 | // End of Demo code |
| 11422 | #else |