pre-merge renames

This commit is contained in:
milek7
2020-09-30 18:27:43 +02:00
parent 936effa9db
commit 1dc1bd5fcb
48 changed files with 54 additions and 54 deletions

View File

@@ -15,7 +15,7 @@ http://mozilla.org/MPL/2.0/.
#include "stdafx.h"
#include "AnimModel.h"
#include "renderer.h"
#include "opengl33renderer.h"
#include "MdlMngr.h"
#include "simulation.h"
#include "simulationtime.h"
@@ -23,7 +23,7 @@ http://mozilla.org/MPL/2.0/.
#include "Globals.h"
#include "Timer.h"
#include "Logs.h"
#include "renderer.h"
#include "opengl33renderer.h"
std::list<std::weak_ptr<TAnimContainer>> TAnimModel::acAnimList;