chore : Remove void and apply C++ style empty parameters

This commit is contained in:
teleprint-me 2024-07-28 02:50:32 -04:00
parent 963590ba13
commit 19aa1321be
No known key found for this signature in database
GPG key ID: B0D11345E65C4D48

View file

@ -440,7 +440,7 @@ void process_shaders(std::vector<std::future<void>>& tasks) {
})); }));
} }
void write_output_files(void) { void write_output_files() {
FILE* hdr = fopen(target_hpp.c_str(), "w"); FILE* hdr = fopen(target_hpp.c_str(), "w");
FILE* src = fopen(target_cpp.c_str(), "w"); FILE* src = fopen(target_cpp.c_str(), "w");