Rename Module to ModuleBase

This commit is contained in:
Jérôme Leclercq
2020-09-11 13:39:18 +02:00
parent a7fac3beb8
commit fd1d416510
20 changed files with 40 additions and 40 deletions

View File

@@ -13,9 +13,9 @@
namespace Nz
{
class NAZARA_PHYSICS3D_API Physics3D : public Module<Physics3D>
class NAZARA_PHYSICS3D_API Physics3D : public ModuleBase<Physics3D>
{
friend Module;
friend ModuleBase;
public:
using Dependencies = TypeList<Core>;