diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2024-10-10 07:29:58 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-10 08:29:58 -0600 |
| commit | 12eb254d769d84743b5cc6cd5424057c57eaf0ad (patch) | |
| tree | 4509be332b2ccfc6fe939f47740d68f7746eca3e /src/d/d_simple_model.cpp | |
| parent | 2fd702c0ac170a789af879b8b92a82d4dcc9080c (diff) | |
switch to dtk setup (#2203)
* switch to dtk setup
* some cleanup / fixes
* cleanup d_a_alink literals
* Restore doxygen, update CI & README.md (#1)
* Fix build image ref (#2)
---------
Co-authored-by: Luke Street <luke@street.dev>
Diffstat (limited to 'src/d/d_simple_model.cpp')
| -rw-r--r-- | src/d/d_simple_model.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/d_simple_model.cpp b/src/d/d_simple_model.cpp index 8e3f7e0449..44d237e176 100644 --- a/src/d/d_simple_model.cpp +++ b/src/d/d_simple_model.cpp @@ -4,7 +4,7 @@ // #include "d/d_simple_model.h" -#include "d/com/d_com_inf_game.h" +#include "d/d_com_inf_game.h" // // External References: @@ -224,4 +224,4 @@ void diff_model_c::insert(modelList_c* list) { } list->field_0x4 = prev; -} +}
\ No newline at end of file |
