Add includes for dependency documentation. (nw)

This commit is contained in:
couriersud 2016-04-08 20:33:31 +02:00
parent aee051e46d
commit 706b8b363a
2 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,9 @@
#ifndef __EMINLINE__
#define __EMINLINE__
#include "osdcomm.h"
#include "osdcore.h"
#if !defined(MAME_NOASM)
/* we come with implementations for GCC x86 and PPC */
#if defined(__GNUC__)

View File

@ -4,6 +4,8 @@
#ifndef GL_SHADER_MGR_H
#define GL_SHADER_MGR_H
#include "osd_opengl.h"
// #define GLSL_SOURCE_ON_DISK 1
enum GLSL_SHADER_FEATURE {