Missed cmmits
This commit is contained in:
parent
5937bbd763
commit
63aa467962
|
@ -7,7 +7,7 @@ include $(JABY_ENGINE_DIR)/lib/Wildcard.mk
|
||||||
SRCS = $(call rwildcard, src, c cpp)
|
SRCS = $(call rwildcard, src, c cpp)
|
||||||
|
|
||||||
INCLUDES += -I$(JABY_ENGINE_DIR)/include
|
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/Makefile
|
||||||
include $(JABY_ENGINE_DIR)/lib/PSEXETarget.mk
|
include $(JABY_ENGINE_DIR)/lib/PSEXETarget.mk
|
||||||
|
|
|
@ -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);
|
static constexpr auto IdentityCode = Code::create().set(Code::Size.with(static_cast<uint8_t>(Size))).set(Code::Untextured).set(Code::NonTransparent);
|
||||||
|
|
||||||
Color24 color;
|
Color24 color;
|
||||||
Code code = IdentityCode;
|
Code code;
|
||||||
Vertex position;
|
Vertex position;
|
||||||
|
|
||||||
constexpr RECT_BASE_F() = default;
|
constexpr RECT_BASE_F() = default;
|
||||||
|
@ -57,7 +57,7 @@ namespace JabyEngine {
|
||||||
static constexpr auto IdentityCode = Code(RECT_BASE_F<Size>::IdentityCode).set(Code::Textured);
|
static constexpr auto IdentityCode = Code(RECT_BASE_F<Size>::IdentityCode).set(Code::Textured);
|
||||||
|
|
||||||
Color24 color;
|
Color24 color;
|
||||||
Code code = IdentityCode;
|
Code code;
|
||||||
Vertex position;
|
Vertex position;
|
||||||
PagePosition page;
|
PagePosition page;
|
||||||
PageClut clut;
|
PageClut clut;
|
||||||
|
|
Loading…
Reference in New Issue