Files
aoc-2025/day03/include/BridgingHeader.h
Andrew Glaze ca251612d2 day3 part1
2025-12-13 12:56:14 -05:00

10 lines
153 B
C

#include <3ds.h>
#include <math.h>
#include <stdlib.h>
#include <stdio.h>
static inline void gspWaitForVBlankWrapper(void) {
gspWaitForVBlank();
}