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>