diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-10-18 17:54:31 +1100 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-10-18 17:54:31 +1100 |
commit | 28bd234a45995b62544e6b5f70d40dfe39ef2e99 (patch) | |
tree | 1aca5cd820091e6b9652ee7d104b9b337343e0fb /src/debug_strings.c | |
parent | 68f590c848e0e91d70e7116655464f392ed6df46 (diff) |
recompile .o files when header changes
Diffstat (limited to 'src/debug_strings.c')
-rw-r--r-- | src/debug_strings.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/debug_strings.c b/src/debug_strings.c new file mode 100644 index 0000000..b1e09aa --- /dev/null +++ b/src/debug_strings.c @@ -0,0 +1,5 @@ +#include <celeritas.h> + +const char* keyframe_kind_strings[4] = { "ROTATION", "TRANSLATION", "SCALE", "WEIGHTS" }; + +const char* interpolation_strings[3] = { "Step", "Linear", "Cubic" };
\ No newline at end of file |