mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2026-06-22 11:48:56 +00: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>
|