| 11194 | }; |
| 11195 | |
| 11196 | void ShowExampleAppAssetsBrowser(bool* p_open) |
| 11197 | { |
| 11198 | IMGUI_DEMO_MARKER("Examples/Assets Browser"); |
| 11199 | static ExampleAssetsBrowser assets_browser; |
| 11200 | assets_browser.Draw("Example: Assets Browser", p_open); |
| 11201 | } |
| 11202 | |
| 11203 | // End of Demo code |
| 11204 | #else |