GrabBag/BeltTearingServer/SG_errCode.h

8 lines
214 B
C
Raw Normal View History

#pragma once
#define SG_ERR_3D_DATA_INVLD -1000
#define SG_ERR_FOUND_NO_TOP_PLANE -1001
#define SG_ERR_NOT_GRID_FORMAT -1002
#define SG_ERR_LABEL_INFO_ERROR -1003
#define SG_ERR_INVLD_SORTING_MODE -1004