diff options
author | Chris Robinson <[email protected]> | 2019-03-24 19:00:58 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-03-24 19:00:58 -0700 |
commit | f392d9c138b733e44988eadf8f5d8fc5218f8d01 (patch) | |
tree | 24bc9dc86ba4fc3f09d705f0139f5a7933ee3932 /utils/makemhr/loadsofa.h | |
parent | 5e6e738681f0d3833143c3d539b1adcdc8a14c31 (diff) |
Move makemhr's .def loading code to a separate source
Diffstat (limited to 'utils/makemhr/loadsofa.h')
-rw-r--r-- | utils/makemhr/loadsofa.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/utils/makemhr/loadsofa.h b/utils/makemhr/loadsofa.h index e69de29b..9a73bd72 100644 --- a/utils/makemhr/loadsofa.h +++ b/utils/makemhr/loadsofa.h @@ -0,0 +1,6 @@ +#ifndef LOADSOFA_H +#define LOADSOFA_H + +#include "makemhr.h" + +#endif /* LOADSOFA_H */ |