8 lines
326 B
C
8 lines
326 B
C
#pragma once
|
|
|
|
#define ARGUMENT_RESCALE "--rescale"
|
|
#define ARGUMENT_RESCALE_ARGUMENT_ERROR "--rescale: specify both anm2 and scale arguments"
|
|
#define ARGUMENT_RESCALE_ANM2_ERROR "Unable to rescale anm2 {} by value {}. Make sure the file is valid."
|
|
#define ARGUMENT_RESCALE_ANM2_INFO "Scaled anm2 {} by {}"
|
|
|
|
#include "state.h" |