mirror of
https://github.com/DaedalusX64/daedalus.git
synced 2025-04-02 10:21:48 -04:00
9 lines
139 B
C
9 lines
139 B
C
|
|
#ifndef SYSTEM_PATHS_H_
|
|
#define SYSTEM_PATHS_H_
|
|
|
|
#include "System/IO.h"
|
|
|
|
extern IO::Filename gDaedalusExePath;
|
|
|
|
#endif // SYSTEM_PATHS_H_
|