Files
aoc-2025/template/include/BridgingHeader.h
Andrew Glaze bf5f9e386b add template
2025-12-13 12:03:38 -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();
}