[ox] Fix GBA build

(synced from 2dad1688b5)
This commit is contained in:
2020-05-17 04:20:43 -05:00
parent b8e28a9890
commit f3dd0f1bba
6 changed files with 6 additions and 15 deletions
-4
View File
@@ -59,10 +59,6 @@ class MetalClawReader {
template<typename T, typename Handler>
[[nodiscard]] Error field(const char*, Handler handler);
// array handler, with callback to allow handling individual elements
template<typename T, typename Handler>
[[nodiscard]] Error field(const char*, Handler handler, ArrayLength len);
template<typename T>
[[nodiscard]] Error field(const char*, ox::Vector<T> *val);