Files
GTASource/game/control/recklessdriving.h
expvintl 419f2e4752 init
2025-02-23 17:40:52 +08:00

19 lines
405 B
C

/////////////////////////////////////////////////////////////////////////////////
//
// FILE : recklessdriving.cpp
// PURPOSE : Some code to detect the player driving recklessly.
// AUTHOR : Obbe.
// CREATED : 2/8/06
//
/////////////////////////////////////////////////////////////////////////////////
#ifndef _RECKLESSDRIVING_H_
#define _RECKLESSDRIVING_H_
#include "peds/PlayerInfo.h"
#endif