os/stuff/parts.h
2019-05-25 10:05:36 -05:00

7 lines
76 B
C

#ifndef PARTS_H
#define PARTS_H
void load_parts(const char* path);
#endif