diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2023-03-21 14:22:37 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-21 14:22:37 +0000 |
| commit | 05434daa69563850f3dde75f9a9f4b35ebe689da (patch) | |
| tree | ab2959ed96a22b73dec7df85549a722da4355c19 /src/entity.cpp | |
| parent | 3748e117a9aed7055821931ac3e6270fa091d046 (diff) | |
| parent | 2c4a478987e030e0891b4e317b47886ac6fd06fe (diff) | |
Merge pull request #2398 from odin-lang/raylib-4.5
raylib 4.5
Diffstat (limited to 'src/entity.cpp')
| -rw-r--r-- | src/entity.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entity.cpp b/src/entity.cpp index 0c3629b2b..d6f4edece 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -259,6 +259,7 @@ struct Entity { Slice<String> paths; String name; i64 priority_index; + String extra_linker_flags; } LibraryName; i32 Nil; struct { |