mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-27 23:25:50 +03:00
d8f1c49922
In preparation for the next commit.
9 lines
300 B
C
9 lines
300 B
C
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
extern uint32_t cppIVRResources_IVRResources_001_LoadSharedResource(void *, const char *, char *, uint32_t);
|
|
extern uint32_t cppIVRResources_IVRResources_001_GetResourceFullPath(void *, const char *, const char *, char *, uint32_t);
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|