chore : Remove void and apply C++ style empty parameters
This commit is contained in:
parent
963590ba13
commit
19aa1321be
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue