feat: 新增边线显示控件(未测试)
This commit is contained in:
@@ -23,10 +23,7 @@
|
||||
#define FRAMETOLEFT (5)
|
||||
#define FRAMETORIGHT (5)
|
||||
|
||||
typedef signed int sint32;
|
||||
typedef float float32;
|
||||
|
||||
sint32 limit(sint32 x, sint32 low, sint32 up);
|
||||
int32_t limit(int32_t x, int32_t low, int32_t up);
|
||||
int clip(int x, int low, int up);
|
||||
float fclip(float x, float low, float up) ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user