Modified librerie headers and precompiled headers

dev
anulax1225 ago%!(EXTRA string=2 years)
parent 452cc00e57
commit 04c7dc9fea
  1. 5
      bakara/src/bakara.h
  2. 6
      bakara/src/bkpch.h

@ -3,5 +3,10 @@
#include <bakara/math/type.h>
#include <bakara/core/log.h>
#include <bakara/core/application.h>
#include <bakara/events/event.h>
#include <bakara/events/key_event.h>
#include <bakara/events/window_event.h>
#include <bakara/events/app_event.h>
#include <bakara/core/key_codes.h>
#include <bakara/core/entry.h>

@ -1,9 +1,15 @@
#pragma once
#include <iostream>
#include <ostream>
#include <utility>
#include <memory>
#include <functional>
#include <string>
#include <sstream>
#include <format>
#include <array>
#include <vector>
#include <type_traits>
#include <exception>
#include <cctype>

Loading…
Cancel
Save