mirror of
https://github.com/red0124/ssp.git
synced 2025-12-15 22:29:55 +01:00
Add const where fitting, make splitter class members private, add #pragma once to ssp.hpp
This commit is contained in:
@@ -37,6 +37,7 @@ for header in headers:
|
||||
|
||||
includes = sorted(set(includes))
|
||||
|
||||
print('#pragma once')
|
||||
print('\n'.join(includes))
|
||||
print('#define SSP_DISABLE_FAST_FLOAT')
|
||||
print('\n'.join(combined_file))
|
||||
|
||||
Reference in New Issue
Block a user