Team Fortress 2 Source Code as on 22/4/2020
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
641 B

  1. //========= Copyright Valve Corporation, All rights reserved. ============//
  2. //
  3. // Purpose:
  4. //
  5. //=============================================================================
  6. #include "cbase.h"
  7. #include "tf_weapon_fireaxe.h"
  8. //=============================================================================
  9. //
  10. // Weapon FireAxe tables.
  11. //
  12. IMPLEMENT_NETWORKCLASS_ALIASED( TFFireAxe, DT_TFWeaponFireAxe )
  13. BEGIN_NETWORK_TABLE( CTFFireAxe, DT_TFWeaponFireAxe )
  14. END_NETWORK_TABLE()
  15. BEGIN_PREDICTION_DATA( CTFFireAxe )
  16. END_PREDICTION_DATA()
  17. LINK_ENTITY_TO_CLASS( tf_weapon_fireaxe, CTFFireAxe );
  18. PRECACHE_WEAPON_REGISTER( tf_weapon_fireaxe );