Files
aoc-2025/day02/include/BridgingHeader.h
Andrew Glaze ed6ae9333a day2 part1
2025-12-12 13:57:53 -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();
}