Skip to content

Commit

Permalink
Use pragma in randomly edited file
Browse files Browse the repository at this point in the history
  • Loading branch information
qaisjp committed Jul 22, 2018
1 parent 0949945 commit 74b5ae2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Client/mods/deathmatch/logic/rpc/CPedRPCs.h
Expand Up @@ -9,8 +9,7 @@
*
*****************************************************************************/

#ifndef __CPedRPCs_H
#define __CPedRPCs_H
#pragma once

#include "CRPCFunctions.h"

Expand Down Expand Up @@ -38,5 +37,3 @@ class CPedRPCs : public CRPCFunctions
DECLARE_ELEMENT_RPC(SetPedFrozen);
DECLARE_ELEMENT_RPC(ReloadPedWeapon);
};

#endif

0 comments on commit 74b5ae2

Please sign in to comment.