From c94d0c347fdbd8acc774df4ac17617a3f63e4507 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Sun, 9 Jul 2017 23:48:06 +0200 Subject: Delete old codebase This change removes version 1 of the OpenDC simulator codebase as it will be replaced by a complete rewrite in the Kotlin language. --- Simulator/include/modeling/Entity.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 Simulator/include/modeling/Entity.h (limited to 'Simulator/include/modeling/Entity.h') diff --git a/Simulator/include/modeling/Entity.h b/Simulator/include/modeling/Entity.h deleted file mode 100644 index c8c5a7cd..00000000 --- a/Simulator/include/modeling/Entity.h +++ /dev/null @@ -1,12 +0,0 @@ -#pragma once -namespace Modeling -{ - class Entity - { - public: - explicit Entity(int id); - - // The id of this entity in the database - int id; - }; -} -- cgit v1.2.3