mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
9 lines
177 B
C++
9 lines
177 B
C++
#ifndef AL_COMPAT_H
|
|
#define AL_COMPAT_H
|
|
|
|
#include <string>
|
|
|
|
struct PathNamePair { std::string path, fname; };
|
|
const PathNamePair &GetProcBinary(void);
|
|
|
|
#endif /* AL_COMPAT_H */
|