diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-03-25 18:49:19 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-03-25 18:49:19 -0400 |
| commit | 8ef6dd4285120d1b29865f4876a8651f4c4cd6a4 (patch) | |
| tree | ea94f99eba74c969b1da49e86f938b318f047d32 /src/d/actor/d_a_bl.cpp | |
| parent | c7cd6b25b29e00245b07dae0b0e5674908b82a7f (diff) | |
Fix some names
Diffstat (limited to 'src/d/actor/d_a_bl.cpp')
| -rw-r--r-- | src/d/actor/d_a_bl.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/d/actor/d_a_bl.cpp b/src/d/actor/d_a_bl.cpp index d6412763..ccd46e7c 100644 --- a/src/d/actor/d_a_bl.cpp +++ b/src/d/actor/d_a_bl.cpp @@ -1,7 +1,7 @@ -// -// Generated by dtk -// Translation Unit: d_a_bl.cpp -// +/** + * d_a_bl.cpp + * Enemy - Bubble + */ #include "d/actor/d_a_bl.h" #include "dolphin/types.h" |
