diff options
author | Ben Bridle <ben@derelict.engineering> | 2024-11-18 14:57:19 +1300 |
---|---|---|
committer | Ben Bridle <ben@derelict.engineering> | 2024-11-18 14:57:19 +1300 |
commit | 722d5509178fa5bdaa488fbbd9196f21377f8775 (patch) | |
tree | 112b39cd80cb8e074d9e71d1def4d8de33c9eefa /arm9/source/devices/local.h | |
download | bedrock-nds-722d5509178fa5bdaa488fbbd9196f21377f8775.zip |
Initial commit
Diffstat (limited to 'arm9/source/devices/local.h')
-rw-r--r-- | arm9/source/devices/local.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arm9/source/devices/local.h b/arm9/source/devices/local.h new file mode 100644 index 0000000..bf1393c --- /dev/null +++ b/arm9/source/devices/local.h @@ -0,0 +1,4 @@ +#ifndef LOCAL_H_ + #define LOCAL_H_ + +#endif |