8 lines
95 B
C
8 lines
95 B
C
#include "types.h"
|
|
|
|
#ifndef FORGE_H
|
|
#define FORGE_H
|
|
|
|
void forge_run(Parameters params);
|
|
|
|
#endif |