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:
Yimura
2022-12-08 13:35:41 +01:00
committed by GitHub
parent f338479c5c
commit 173d01145d
17 changed files with 6219 additions and 6288 deletions

View File

@ -1,6 +1,6 @@
#pragma once
#include "gta\VehicleValues.h"
#include "gta/vehicle_values.hpp"
namespace big
{