mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-09 02:20:49 +00:00
cbb66f8e31
This gets rid of another bunch of both code and data.
16 lines
415 B
C
16 lines
415 B
C
// "Build Engine & Tools" Copyright (c) 1993-1997 Ken Silverman
|
|
// Ken Silverman's official web site: "http://www.advsys.net/ken"
|
|
// See the included license file "BUILDLIC.TXT" for license info.
|
|
//
|
|
// This file has been modified from Ken Silverman's original release
|
|
// by Jonathon Fowler (jf@jonof.id.au)
|
|
// by the EDuke32 team (development@voidpoint.com)
|
|
|
|
#pragma once
|
|
|
|
#ifndef clip_h_
|
|
#define clip_h_
|
|
|
|
|
|
|
|
#endif
|