| 11079 | }; |
| 11080 | |
| 11081 | void ShowExampleAppAssetsBrowser(bool* p_open) |
| 11082 | { |
| 11083 | IMGUI_DEMO_MARKER("Examples/Assets Browser"); |
| 11084 | static ExampleAssetsBrowser assets_browser; |
| 11085 | assets_browser.Draw("Example: Assets Browser", p_open); |
| 11086 | } |
| 11087 | |
| 11088 | // End of Demo code |
| 11089 | #else |