Integrate all the progress into master #6

Merged
jaby merged 595 commits from ToolBox into main 2025-01-01 13:17:44 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 57b9b09338 - Show all commits

View File

@ -7,7 +7,7 @@ include $(JABY_ENGINE_DIR)/lib/Wildcard.mk
SRCS = $(call rwildcard, src, c cpp)
INCLUDES += -I$(JABY_ENGINE_DIR)/include
#CCFLAGS += -save-temps=obj
CCFLAGS += -save-temps=obj
include $(JABY_ENGINE_DIR)/lib/Makefile
include $(JABY_ENGINE_DIR)/lib/PSEXETarget.mk

View File

@ -43,7 +43,7 @@ namespace JabyEngine {
static constexpr auto IdentityCode = Code::create().set(Code::Size.with(static_cast<uint8_t>(Size))).set(Code::Untextured).set(Code::NonTransparent);
Color24 color;
Code code = IdentityCode;
Code code;
Vertex position;
constexpr RECT_BASE_F() = default;
@ -57,7 +57,7 @@ namespace JabyEngine {
static constexpr auto IdentityCode = Code(RECT_BASE_F<Size>::IdentityCode).set(Code::Textured);
Color24 color;
Code code = IdentityCode;
Code code;
Vertex position;
PagePosition page;
PageClut clut;