Browse Source

Merge branch 'remove-logic-module' of public/ls-standard-library into development

patrick-christopher.mattulat 1 year ago
parent
commit
eba0545966
3 changed files with 2 additions and 24 deletions
  1. 1 1
      README.md
  2. 0 21
      include/ls_std/core/types/StateMachineTypes.hpp
  3. 1 2
      include/ls_std/ls_std_core.hpp

+ 1 - 1
README.md

@@ -38,7 +38,7 @@ A __Date__ class comes with this submodule, which you can use to represent a dat
 
 #### Improvements ####
 
-- __logic__ module have been removed from library and can now be found in __ls-game-tool-kit__ library
+- __logic__ module has been removed from library and can now be found in __ls-game-tool-kit__ library
 
 #### Fixes ####
 

+ 0 - 21
include/ls_std/core/types/StateMachineTypes.hpp

@@ -1,21 +0,0 @@
-/*
- * Author:          Patrick-Christopher Mattulat
- * Company:         Lynar Studios
- * E-Mail:          webmaster@lynarstudios.com
- * Created:         2020-09-10
- * Changed:         2022-07-02
- *
- * */
-
-#ifndef LS_STD_STATE_MACHINE_TYPES_HPP
-#define LS_STD_STATE_MACHINE_TYPES_HPP
-
-#include <string>
-
-namespace ls::std::core::type
-{
-  using state_connection_id = ::std::string;
-  using state_id = ::std::string;
-}
-
-#endif

+ 1 - 2
include/ls_std/ls_std_core.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2022-05-13
- * Changed:         2022-05-17
+ * Changed:         2022-10-27
  *
  * */
 
@@ -30,7 +30,6 @@
 
 #include <ls_std/core/types/EventTypes.hpp>
 #include <ls_std/core/types/KvTypes.hpp>
-#include <ls_std/core/types/StateMachineTypes.hpp>
 #include <ls_std/core/types/Types.hpp>
 
 #include <ls_std/core/utils/RegexUtils.hpp>