mirror of
https://github.com/switchbrew/switch-examples.git
synced 2025-11-06 07:41:17 +01: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>
|