libcmo21/LibCmo/VxMath
yyc12345 ead22d13ff fix: remove useless void in function parameter list
- according to c++ standard, single void in function parameter is equal to empty parameter list. for removing this syntax which may cause misunderstanding (becuase in C, they are different I guess), I replace all `(void)` to `()`.
2024-12-28 22:09:26 +08:00
..
VxEnums.hpp feat: add basic layout for CKLight and CKCamera. 2024-12-23 22:21:50 +08:00
VxMath.cpp refactor: refactor VxVector and its generator. 2024-12-24 23:37:04 +08:00
VxMath.hpp refactor: refactor VxVector and its generator. 2024-12-24 23:37:04 +08:00
VxMemoryMappedFile.cpp fix: remove useless void in function parameter list 2024-12-28 22:09:26 +08:00
VxMemoryMappedFile.hpp fix: update YYCC dependency 2024-11-03 19:05:27 +08:00
VxTypes.cpp fix: fix 2 issues 2024-12-25 08:28:42 +08:00
VxTypes.hpp fix: fix 2 issues 2024-12-25 08:28:42 +08:00