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