Files
CydandClaude Fable 5 fdd9ac9d97 Initial import: Tesla Release 4.10 (Tesla:BattleTech & Tesla:Red Planet)
Archival snapshot of the Virtual World Entertainment Tesla cockpit
software, 1994-1996: MUNGA engine and L4 pod layer source (Borland
C++ 5.0), BT/RP game code, and game content (models, audio, maps,
gauges, Division renderer data). Includes third-party libraries:
Division dVS/DPL graphics, HMI SOS audio, WATTCP networking.

Files are preserved byte-for-byte (.gitattributes disables all
line-ending conversion). README.md documents the layout, target
hardware, and toolchain.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-02 13:21:58 -05:00

30 lines
742 B
C++

/*
* PROJECT:
* SUBSYSTEM:
* MODULE:
*
* File: $RCSfile: dm.h,v $
* Revision: $Revision: 1.3 $
* Date: $Date: 1995/05/18 09:48:43 $
* Author: $Author: jeff $
* RCS Ident: $Id: dm.h,v 1.3 1995/05/18 09:48:43 jeff beta $
*
* FUNCTION:
*
*
*
* Copyright (c) 1995 Division Ltd.
*
* All Rights Reserved.
*
* This Document may not, in whole or in part, be copied,
* photocopied, reproduced, translated, or reduced to any
* electronic medium or machine readable form without prior
* written consent from Division Ltd.
*/
#ifndef _DVS_DM_H
#define _DVS_DM_H
#include <dsys/dm.h>
#include <dvs/dmelem.h>
#endif /*_DVS_DM_H */