| 10836 | }; |
| 10837 | |
| 10838 | void ShowExampleAppAssetsBrowser(bool* p_open) |
| 10839 | { |
| 10840 | IMGUI_DEMO_MARKER("Examples/Assets Browser"); |
| 10841 | static ExampleAssetsBrowser assets_browser; |
| 10842 | assets_browser.Draw("Example: Assets Browser", p_open); |
| 10843 | } |
| 10844 | |
| 10845 | // End of Demo code |
| 10846 | #else |