1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-10-06 00:57:19 +02:00
openrw/framework2/GTAAIController.cpp

8 lines
206 B
C++
Raw Normal View History

2013-08-11 22:42:54 +02:00
#include "renderwure/ai/GTAAIController.hpp"
#include <renderwure/engine/GTAObjects.hpp>
GTAAIController::GTAAIController(GTACharacter* character)
: character(character)
{
character->controller = this;
}