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

8 lines
206 B
C++

#include "renderwure/ai/GTAAIController.hpp"
#include <renderwure/engine/GTAObjects.hpp>
GTAAIController::GTAAIController(GTACharacter* character)
: character(character)
{
character->controller = this;
}