| 4830 | } |
| 4831 | |
| 4832 | std::string AS_FindFilePath(const std::string& path) { |
| 4833 | return FindFilePath(path).GetFullPathStr(); |
| 4834 | } |
| 4835 | |
| 4836 | // Register Dear ImGui functions to be accessible to an angelscript context |
| 4837 | void AttachIMGUI(ASContext* context) { |
nothing calls this directly
no test coverage detected