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
154 changed files with 200 additions and 28 deletions
+3
View File
@@ -1,5 +1,8 @@
// Does some command processing
#include "n64dd.h"
#include "array_count.h"
#include "versions.h"
#include "z_locale.h"
+2
View File
@@ -1,6 +1,8 @@
#include "n64dd.h"
#include "libc64/aprintf.h"
#include "attributes.h"
#include "array_count.h"
#include "global.h"
+4 -1
View File
@@ -1,11 +1,14 @@
// Main interface for the 64DD from the rest of the game. Starts background
// threads and provides functions to submit commands to them.
#include "n64dd.h"
#include "libc64/sleep.h"
#include "array_count.h"
#include "fault.h"
#include "gfx.h"
#include "irqmgr.h"
#include "line_numbers.h"
#include "n64dd.h"
#include "stack.h"
#include "stackcheck.h"
#include "sys_freeze.h"