mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
remove all author/modified by tags.
make include guards consistent. This was SVN commit r5040.
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Name: ModelDef.cpp
|
||||
// Author: Rich Cross
|
||||
// Contact: rich@wildfiregames.com
|
||||
// Modified by: 30. April 2007 - Christian Heubach
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
/**
|
||||
* =========================================================================
|
||||
* File : Patch.cpp
|
||||
* Project : 0 A.D.
|
||||
* Description : A patch of terrain holding NxN MiniPatch tiles
|
||||
* =========================================================================
|
||||
*/
|
||||
|
||||
#include "precompiled.h"
|
||||
|
||||
@@ -81,3 +80,4 @@ void CPatch::CalcBounds()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user