Previous 199869 Revisions Next

r41619 Friday 6th November, 2015 at 15:08:28 UTC by Miodrag Milanović
no need to include network.h (nw)
[src/emu]emu.h machine.c network.h

trunk/src/emu/emu.h
r250130r250131
8585// timers, CPU and scheduling
8686#include "devcpu.h"
8787
88// networking
89#include "network.h"
90
9188// the running machine
9289#include "mame.h"
9390#include "machine.h"
trunk/src/emu/machine.c
r250130r250131
8484#include "debug/debugvw.h"
8585#include "image.h"
8686#include "luaengine.h"
87#include "network.h"
8788#include <time.h>
8889
8990#if defined(EMSCRIPTEN)
trunk/src/emu/network.h
r250130r250131
99
1010#pragma once
1111
12#ifndef __EMU_H__
13#error Dont include this file directly; include emu.h instead.
14#endif
15
1612#ifndef __NETWORK_H__
1713#define __NETWORK_H__
1814


Previous 199869 Revisions Next


© 1997-2024 The MAME Team