11 lines
247 B
C
11 lines
247 B
C
#ifndef __launcher_path_h__
|
|
#define __launcher_path_h__
|
|
|
|
// This is a stupid file which just makes sure LAUNCHER_PATH is defined
|
|
// It should be defined externally, though.
|
|
#ifndef LAUNCHER_PATH
|
|
#define LAUNCHER_PATH "/reiNand.dat"
|
|
#endif
|
|
|
|
#endif
|