mirror of
https://github.com/switchbrew/switch-examples.git
synced 2025-06-21 21:32:40 +02:00
13 lines
197 B
C
13 lines
197 B
C
/*
|
|
** Sample Framework for deko3d Applications
|
|
** common.h: Common includes
|
|
*/
|
|
#pragma once
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
|
|
#include <switch.h>
|
|
|
|
#include <deko3d.hpp>
|