summaryrefslogtreecommitdiff
path: root/include/fieldmap.h
diff options
context:
space:
mode:
authorCameron Hall <camthesaxman@users.noreply.github.com>2017-09-16 13:58:46 -0500
committerGitHub <noreply@github.com>2017-09-16 13:58:46 -0500
commit1220a139db46c41356f8f5edb6c5a5f55d6340e3 (patch)
treeef4ad6691736bc4cc918dea80e4b2ed3c9fe693c /include/fieldmap.h
parent78009a835f840864b3d30af00c65a745f75b80fa (diff)
parentb1e90c1d5011ea19a50cacbb36bda39e436b1e56 (diff)
Merge pull request #29 from DizzyEggg/decomp_berry
decompile berry
Diffstat (limited to 'include/fieldmap.h')
-rw-r--r--include/fieldmap.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/fieldmap.h b/include/fieldmap.h
new file mode 100644
index 000000000..f3b5a7668
--- /dev/null
+++ b/include/fieldmap.h
@@ -0,0 +1,6 @@
+#ifndef GUARD_FIELDMAP_H
+#define GUARD_FIELDMAP_H
+
+void GetCameraCoords(u16*, u16*);
+
+#endif // GUARD_FIELDMAP_H