Доработка пайплайн машины (требуется пересмотр технологии)
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
#include "Common/Abstract.hpp"
|
||||
#include "boost/asio/awaitable.hpp"
|
||||
#include <chrono>
|
||||
#include <filesystem>
|
||||
#include <iostream>
|
||||
#include <boost/asio.hpp>
|
||||
#include <Client/Vulkan/Vulkan.hpp>
|
||||
#include <thread>
|
||||
|
||||
namespace LV {
|
||||
|
||||
@@ -37,6 +40,4 @@ int main() {
|
||||
|
||||
std::cout << "Hello world!" << std::endl;
|
||||
return LV::main();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user