Scan for hydrogen kits

This commit is contained in:
Nick Lanham
2012-02-07 10:59:24 +01:00
parent a4c2826def
commit 44cd116946
4 changed files with 155 additions and 7 deletions

View File

@@ -1,6 +1,9 @@
// Hydro header
#ifndef DRMR_HYDRO_H
#define DRMR_HYDRO_H
kits* scan_kits();
int load_hydrogen_kit(DrMr* drmr, char* path);
#endif // DRMR_HYDRO_H