mirror of
https://github.com/zeldaret/tp
synced 2026-07-09 14:55:32 -04:00
c_dylink
This commit is contained in:
@@ -60,4 +60,8 @@ public:
|
||||
static JKRFileCache* mount(const char*, JKRHeap*, const char*);
|
||||
};
|
||||
|
||||
inline JKRFileCache* JKRMountDvdDrive(const char* path, JKRHeap* heap, const char* param_2) {
|
||||
return JKRFileCache::mount(path, heap, param_2);
|
||||
}
|
||||
|
||||
#endif /* JKRFILECACHE_H */
|
||||
|
||||
Reference in New Issue
Block a user