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