1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-13 02:10:57 +00:00

add array_count.h (#2514)

This commit is contained in:
fig02 2025-04-26 18:17:02 -04:00 committed by GitHub
parent 25b2fa4bca
commit bed76a3bf3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
154 changed files with 200 additions and 28 deletions

View file

@ -1,3 +1,4 @@
#include "array_count.h"
#include "buffers.h"
#include "build.h"
#include "idle.h"

View file

@ -21,6 +21,7 @@
#include "libc64/sleep.h"
#include "libc64/sprintf.h"
#include "libu64/debug.h"
#include "array_count.h"
#include "attributes.h"
#include "carthandle.h"
#include "fault.h"