diff options
| author | Léo Lam <leo@leolam.fr> | 2022-04-02 12:56:34 +0200 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2022-04-02 13:00:50 +0200 |
| commit | 15db815f862d3dc288d2680b665347b787dc20d2 (patch) | |
| tree | 99a8e28e5b369e4515bb0a5fa73a88c86b87615d /tools | |
| parent | 68de65a9dfa555e69ef9e3cd5df44e68784d9ab1 (diff) | |
lib: Update agl
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/generate_bgparamlist_struct.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/generate_bgparamlist_struct.py b/tools/generate_bgparamlist_struct.py index 09d8d313..6825152f 100755 --- a/tools/generate_bgparamlist_struct.py +++ b/tools/generate_bgparamlist_struct.py @@ -91,7 +91,7 @@ def main() -> None: print("""\ #pragma once -#include <agl/Utils/aglParameter.h> +#include <agl/utl/aglParameter.h> #include "KingSystem/Resource/GeneralParamList/resGParamListObject.h" #include "KingSystem/Utils/Types.h" |
