bacrodai.h

来自「this keik game source」· C头文件 代码 · 共 41 行

H
41
字号
//-----------------------------------------------------------------------------
//
//  $Logfile:: /Quake 2 Engine/Sin/code/game/bacrodai.h                       $
// $Revision:: 2                                                              $
//   $Author:: Markd                                                          $
//     $Date:: 10/20/98 3:25a                                                 $
//
// Copyright (C) 1998 by Ritual Entertainment, Inc.
// All rights reserved.
//
// This source is may not be distributed and/or modified without
// expressly written permission by Ritual Entertainment, Inc.
//
// $Log:: /Quake 2 Engine/Sin/code/game/bacrodai.h                            $
// 
// 2     10/20/98 3:25a Markd
// first time
// 
// 1     10/20/98 3:10a Markd
// 
// DESCRIPTION:
// Bacrodai
// 

#ifndef __BACRODAI_H__
#define __BACRODAI_H__

#include "g_local.h"
#include "actor.h"

class EXPORT_FROM_DLL Bacrodai : public Actor
	{
	public:
		CLASS_PROTOTYPE( Bacrodai );
		
								Bacrodai::Bacrodai();
		virtual void		SpawnBat( Event *ev );
	};

#endif /* assaultrifle.h */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?