9 lines
117 B
C
9 lines
117 B
C
#include "types.h"
|
|
|
|
#ifndef FORGE_H
|
|
#define FORGE_H
|
|
|
|
void forge_run(const Parameters *params);
|
|
|
|
#endif /* FORGE_H */
|