refactor: pass structs as pointers except for background things
This commit is contained in:
+1
-1
@@ -3,6 +3,6 @@
|
||||
#ifndef FORGE_H
|
||||
#define FORGE_H
|
||||
|
||||
void forge_run(Parameters params);
|
||||
void forge_run(Parameters *params);
|
||||
|
||||
#endif /* FORGE_H */
|
||||
Reference in New Issue
Block a user