Rename titlerender.cpp to Render.cpp

This also renames titlerender.h to Render.h, and updates all references
to titlerender.cpp accordingly.
This commit is contained in:
Misa
2020-04-03 22:53:31 -07:00
committed by Ethan Lee
parent 97e340b5a7
commit 37a3670dde
4 changed files with 6 additions and 6 deletions

View File

@@ -5,7 +5,7 @@
#include "Game.h"
#include "Graphics.h"
#include "KeyPoll.h"
#include "titlerender.h"
#include "Render.h"
#include "Tower.h"
#include "WarpClass.h"