Skip to content

Commit

Permalink
Merge branch 'main' of ssh://github.com/Kode/Kinc
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Jun 11, 2024
2 parents b3cdabe + d861a4f commit 3e369f3
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Sources/kinc/graphics2/colored_painter.c.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include <Kinc/math/matrix.h>
#include <kinc/math/matrix.h>
#include <kinc/graphics4/graphics.h>
#include <kinc/graphics4/indexbuffer.h>
#include <kinc/graphics4/vertexbuffer.h>
Expand Down
4 changes: 2 additions & 2 deletions Sources/kinc/graphics2/image_painter.c.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#include <Kinc/math/matrix.h>
#include <kinc/math/matrix.h>
#include <kinc/graphics4/graphics.h>
#include <kinc/graphics4/indexbuffer.h>
#include <kinc/graphics4/texture.h>
#include <kinc/graphics4/vertexbuffer.h>

// #include <kong.h>
#include <kong.h>

static kinc_matrix4x4_t image_projection_matrix;

Expand Down
2 changes: 1 addition & 1 deletion Tools/linux_arm
Submodule linux_arm updated 1 files
+ kongruent
2 changes: 1 addition & 1 deletion Tools/linux_arm64
Submodule linux_arm64 updated 1 files
+ kongruent
2 changes: 1 addition & 1 deletion Tools/linux_x64
Submodule linux_x64 updated 1 files
+ kongruent
2 changes: 1 addition & 1 deletion Tools/macos
Submodule macos updated 1 files
+ kongruent
2 changes: 1 addition & 1 deletion Tools/windows_x64
Submodule windows_x64 updated 1 files
+ kongruent.exe

0 comments on commit 3e369f3

Please sign in to comment.