Files
RP412/MUNGA_L4/libDPL/dvs/DM.H
T
CydandClaude Opus 4.8 4abbf8879f Initial import of Red Planet v4.10 Win32 source
Imports the current Win32 source for the pod-racing game 'Red Planet',
built on the MUNGA engine and its L4 (Win32/DirectX) platform layer:

- MUNGA / MUNGA_L4: cross-platform engine core and Win32 backend
- RP / RP_L4: Red Planet game logic and Win32 application
- DivLoader, Setup1: asset loader and installer project
- lib, MUNGA_L4/openal, MUNGA_L4/sos: third-party audio dependencies

Removed stale Subversion metadata and added .gitignore/.gitattributes.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-30 07:59:51 -05:00

30 lines
713 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 */