mirror of
https://github.com/holub/mame
synced 2025-07-02 08:39:21 +03:00
srcclean, etc.
This commit is contained in:
parent
8105e43505
commit
56152346cc
@ -6,10 +6,13 @@
|
|||||||
|
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#include "math.h"
|
#include "emu.h"
|
||||||
#include "machine/3dom2.h"
|
|
||||||
#include "video/3dom2_te.h"
|
#include "video/3dom2_te.h"
|
||||||
|
|
||||||
|
#include "machine/3dom2.h"
|
||||||
|
|
||||||
|
#include <math.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
TODO:
|
TODO:
|
||||||
|
|
||||||
|
@ -5,13 +5,10 @@
|
|||||||
3DO M2 BDA Triangle Engine
|
3DO M2 BDA Triangle Engine
|
||||||
|
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
|
||||||
|
|
||||||
#ifndef MAME_VIDEO_3DOM2_TE_H
|
#ifndef MAME_VIDEO_3DOM2_TE_H
|
||||||
#define MAME_VIDEO_3DOM2_TE_H
|
#define MAME_VIDEO_3DOM2_TE_H
|
||||||
|
|
||||||
#include "emu.h"
|
#pragma once
|
||||||
|
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
FORWARD DECLARATIONS
|
FORWARD DECLARATIONS
|
||||||
|
Loading…
Reference in New Issue
Block a user