123456789101112131415161718 |
- /*
- * Author: Patrick-Christopher Mattulat
- * Company: Lynar Studios
- * E-Mail: webmaster@lynarstudios.com
- * Created: 2022-05-16
- * Changed: 2022-12-16
- *
- * */
- #ifndef LS_STD_LS_STD_CORE_TEST_HPP
- #define LS_STD_LS_STD_CORE_TEST_HPP
- #include <classes/core/api/io/MockPosixReader.hpp>
- #include <classes/core/api/socket/MockPosixSocket.hpp>
- #include <classes/core/MockClass.hpp>
- #endif
|