Move mj_loadModel to xml_api.cc.

PiperOrigin-RevId: 635748029
Change-Id: Ie4c7d34c9738e5497ec700089d4dba780ba7d5ed
This commit is contained in:
Kyle Bayes
2024-05-21 03:36:21 -07:00
committed by Copybara-Service
parent f0b633de6a
commit 2f19941fcf
4 changed files with 38 additions and 39 deletions
+3
View File
@@ -39,6 +39,9 @@ MJAPI void mj_freeLastXML(void);
MJAPI int mj_printSchema(const char* filename, char* buffer, int buffer_sz,
int flg_html, int flg_pad);
// load model from binary MJB file
// if vfs is not NULL, look up file in vfs before reading from disk
MJAPI mjModel* mj_loadModel(const char* filename, const mjVFS* vfs);
#ifdef __cplusplus
}