os/stuff/parts.h

7 lines
76 B
C
Raw Normal View History

2019-05-25 10:05:36 -05:00
#ifndef PARTS_H
#define PARTS_H
void load_parts(const char* path);
#endif