libcmo21/LibCmo
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
..
CK2 fix: remove useless void in function parameter list 2024-12-28 22:09:26 +08:00
VxMath fix: remove useless void in function parameter list 2024-12-28 22:09:26 +08:00
XContainer fix: fix libcmo build issue 2024-08-23 11:28:49 +08:00
CMakeLists.txt refactor: refactor VxVector and its generator. 2024-12-24 23:37:04 +08:00
VTAll.hpp fix: fix CMake install path issue. 2024-12-23 09:23:46 +08:00
VTEncoding.cpp fix: update YYCC dependency 2024-11-03 19:05:27 +08:00
VTEncoding.hpp fix: fix CMake install path issue. 2024-12-23 09:23:46 +08:00
VTImage.cpp dep: update stb. 2024-11-04 17:19:51 +08:00
VTInternal.hpp fix: fix CMake install path issue. 2024-12-23 09:23:46 +08:00
VTUtils.hpp fix: update YYCC dependency 2024-11-03 19:05:27 +08:00