Code cleanup (#667)
* chore: Changed detour_hook extension back to cpp * chore(crossmap): split crossmap into header and source file * chore(logger): rename macro's to code style * chore(logger): removed unused local variable * chore(benchmark): changed extension to C++ header * chore: cleanup pickup_rewards file * chore(gta): cleanup code and file naming * chore(CanApplyData): Removed unused code
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "natives.hpp"
|
||||
#include "gta\joaat.hpp"
|
||||
#include "gta/joaat.hpp"
|
||||
|
||||
enum Rewards : Hash
|
||||
{
|
@ -3,7 +3,7 @@
|
||||
#include "fwddec.hpp"
|
||||
#include "extensible.hpp"
|
||||
#include "vector.hpp"
|
||||
#include "gta\natives.hpp"
|
||||
#include "gta/natives.hpp"
|
||||
|
||||
namespace gta
|
||||
{
|
||||
|
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "Vehicles.h"
|
||||
#include "vehicles.hpp"
|
||||
|
||||
enum SeatPositions
|
||||
{
|
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "gta\joaat.hpp"
|
||||
#include "gta/joaat.hpp"
|
||||
#include "natives.hpp"
|
||||
|
||||
enum Boats : Hash
|
@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "natives.hpp"
|
||||
#include "gta\joaat.hpp"
|
||||
#include "gta/joaat.hpp"
|
||||
|
||||
enum WeaponHashes : Hash
|
||||
{
|
Reference in New Issue
Block a user