mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
Add includes for dependency documentation. (nw)
This commit is contained in:
parent
aee051e46d
commit
706b8b363a
@ -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__)
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user