7 lines
101 B
C
7 lines
101 B
C
#ifndef VY_ASSETC_UTILS_H
|
|
#define VY_ASSETC_UTILS_H
|
|
|
|
size_t vyGetFileSize(const char *path);
|
|
|
|
#endif
|