-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdscript.h
19 lines (16 loc) · 829 Bytes
/
dscript.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
////////////////////////////////////////////////////////////////////////////////
// DScript Scripting Language
// Copyright (C) 2003 Bryan "daerid" Ross
//
// Permission to copy, use, modify, sell and distribute this software is
// granted provided this copyright notice appears in all copies. This
// software is provided "as is" without express or implied warranty, and
// with no claim as to its suitability for any purpose.
////////////////////////////////////////////////////////////////////////////////
#ifndef __DSCRIPT_H__
#define __DSCRIPT_H__
////////////////////////////////////////////////////////////////////////////////
// Quite possibly, the most ridiculously redundant include file ever
#include "context.h"
////////////////////////////////////////////////////////////////////////////////
#endif//__DSCRIPT_H__