#pragma once #ifndef rezFuncs_H_ #define rezFuncs_H_ #include "unicode/uniString.h" void getVersionInfo(uniString::utf8 &version) throw(); #endif