9 struct PathNamePair
{ std::string path
, fname
; };
10 const PathNamePair
&GetProcBinary(void);
12 extern int RTPrioLevel
;
13 extern bool AllowRTTimeLimit
;
14 void SetRTPriority(void);
16 al::vector
<std::string
> SearchDataFiles(const char *match
, const char *subdir
);
18 #endif /* CORE_HELPERS_H */