Itsa me, quake3io!

This commit is contained in:
Zachary Slater 2005-08-26 04:48:05 +00:00
parent dbe4ddb103
commit 5b755058f5
1409 changed files with 798983 additions and 798983 deletions

48
q3radiant/Messaging.h Normal file → Executable file
View file

@ -19,28 +19,28 @@ along with Foobar; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/
//-----------------------------------------------------------------------------
//
// $LogFile$
// $Revision: 1.1.2.1 $
// $Author: ttimo $
// $Date: 2000/02/04 22:59:34 $
// $Log: Messaging.h,v $
// Revision 1.1.2.1 2000/02/04 22:59:34 ttimo
// messaging API preview
//
//
// DESCRIPTION:
// headers for internal classes used in Messaging.cpp
//
#ifndef __MESSAGING_H_
#define __MESSAGING_H_
class CXYWndWrapper : public IXYWndWrapper
{
public:
void SnapToGrid( int x1, int y1, vec3_t pt );
};
//-----------------------------------------------------------------------------
//
// $LogFile$
// $Revision: 1.1.2.1 $
// $Author: ttimo $
// $Date: 2000/02/04 22:59:34 $
// $Log: Messaging.h,v $
// Revision 1.1.2.1 2000/02/04 22:59:34 ttimo
// messaging API preview
//
//
// DESCRIPTION:
// headers for internal classes used in Messaging.cpp
//
#ifndef __MESSAGING_H_
#define __MESSAGING_H_
class CXYWndWrapper : public IXYWndWrapper
{
public:
void SnapToGrid( int x1, int y1, vec3_t pt );
};
#endif