MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / pos

Method pos

extlibs/soloud/src/core/soloud_file.cpp:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 }
82
83 unsigned int DiskFile::pos()
84 {
85 return ftell(mFileHandle);
86 }
87
88 FILE *DiskFile::getFilePtr()
89 {

Callers 5

Soloud_Filehack_fseekFunction · 0.80
Soloud_Filehack_ftellFunction · 0.80
drflac_seek_funcFunction · 0.80
drmp3_seek_funcFunction · 0.80
drwav_seek_funcFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected