1
0
mirror of https://github.com/td512/re3.git synced 2026-01-29 04:21:08 +00:00

Merge pull request #78 from ShFil119/cleanup

Cleanup project a bit
This commit is contained in:
aap
2019-06-30 13:37:52 +02:00
committed by GitHub
37 changed files with 319 additions and 317 deletions

View File

@@ -1,14 +1,14 @@
#include "common.h"
#include "patcher.h"
#include "main.h"
#include "lights.h"
#include "Lights.h"
#include "PointLights.h"
#include "RpAnimBlend.h"
#include "AnimBlendClumpData.h"
#include "Renderer.h"
#include "ModelIndices.h"
#include "Shadows.h"
#include "TimeCycle.h"
#include "Timecycle.h"
#include "CutsceneObject.h"
CCutsceneObject::CCutsceneObject(void)