1
0
mirror of https://github.com/switchbrew/switch-examples.git synced 2025-07-03 10:12:15 +02:00
switch-examples/graphics/deko3d/deko_examples/source/SampleFramework/common.h
2020-04-04 13:41:18 +02:00

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>