加入BMP库,加入常见位操作

This commit is contained in:
XerolySkinner
2022-11-24 23:56:57 +08:00
parent f6b6ac1329
commit 01324e987e
709 changed files with 17019 additions and 2341 deletions

View File

@@ -31,6 +31,7 @@
* @date 2022-11-23 02:46
*/
#pragma once
#ifdef __cplusplus
#include <stdlib.h>
#include "varint.h"
//////////////////////////////////////////////////////////////////////////////////////////////////////
@@ -79,3 +80,4 @@ class bsp_Integral {
float dt; ///< 时间参数
};
//////////////////////////////////////////////////////////////////////////////////////////////////////
#endif