mirror of
https://github.com/DaedalusX64/daedalus.git
synced 2025-04-02 10:21:48 -04:00
git-svn-id: https://subversion.assembla.com/svn/Daedalusx64/trunk@1686 42e9bfbe-799a-4a2d-bad1-236e862a387a
9 lines
140 B
C
9 lines
140 B
C
|
|
#ifndef SYSTEM_PATHS_H_
|
|
#define SYSTEM_PATHS_H_
|
|
|
|
#include "Utility/IO.h"
|
|
|
|
extern IO::Filename gDaedalusExePath;
|
|
|
|
#endif // SYSTEM_PATHS_H_
|