File: Render2DCore.h

package info (click to toggle)
devil 1.6.7-5%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 11,536 kB
  • ctags: 7,441
  • sloc: ansic: 35,573; sh: 8,075; cpp: 7,465; pascal: 792; makefile: 399; python: 47
file content (16 lines) | stat: -rw-r--r-- 341 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//============================================================//
// File:		Render2DCore.h
// 
// Date:		10-19-2000
//============================================================//
#ifndef RENDER2DCORE_H
#define RENDER2DCORE_H

#include <windows.h>
#include <ddraw.h>

#include "beTypes.h"
#include "beScreen.h"
#include "beSurface.h"

#endif