mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 03:09:18 +02:00
Rewrite #includes to use explicit subdirectory paths
Co-authored-by: Hirek193 <23196899+Hirek193@users.noreply.github.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#define DRIVER_HINT_DEF(a, b) a,
|
||||
|
||||
enum class driver_hint {
|
||||
#include "driverhints_def.h"
|
||||
#include "application/driverhints_def.h"
|
||||
};
|
||||
|
||||
#undef DRIVER_HINT_DEF
|
||||
@@ -14,7 +14,7 @@ enum class driver_hint {
|
||||
|
||||
const char *driver_hints_texts[] =
|
||||
{
|
||||
#include "driverhints_def.h"
|
||||
#include "application/driverhints_def.h"
|
||||
};
|
||||
|
||||
#undef DRIVER_HINT_DEF
|
||||
|
||||
Reference in New Issue
Block a user