Skip to content

Commit 74b5ae2

Browse files
authored
Use pragma in randomly edited file
1 parent 0949945 commit 74b5ae2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Client/mods/deathmatch/logic/rpc/CPedRPCs.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
*
1010
*****************************************************************************/
1111

12-
#ifndef __CPedRPCs_H
13-
#define __CPedRPCs_H
12+
#pragma once
1413

1514
#include "CRPCFunctions.h"
1615

@@ -38,5 +37,3 @@ class CPedRPCs : public CRPCFunctions
3837
DECLARE_ELEMENT_RPC(SetPedFrozen);
3938
DECLARE_ELEMENT_RPC(ReloadPedWeapon);
4039
};
41-
42-
#endif

0 commit comments

Comments
 (0)