]> bicyclesonthemoon.info Git - ott/enhance/blobdiff - core.h
palette diff tool
[ott/enhance] / core.h
diff --git a/core.h b/core.h
index f697bff4aa35d4ec4aa7b0a9fc815be541a50907..999bf5ec9b30c0ed63b53b26ed1f008b0cded00d 100644 (file)
--- a/core.h
+++ b/core.h
@@ -1,7 +1,7 @@
  /*
 core.h
 The tool with multiple enhancements and manipulations of pictures
-30.11.2022
+03.12.2022
 
 Copyright (C) 2022  Balthasar SzczepaƄski
 
@@ -249,4 +249,5 @@ int perform_action_palette_mix (
 int copy_pixels (ILuint n, struct PixelInfo *p, void *data);
 ILuint copy_1p_alpha (ILint64 src, ILint64 dst, ILint64 alpha, ILint64 max);
 int fill_color (ILuint n, struct PixelInfo *p, void *data);
-int palette_mix_index (ILuint n, struct PixelInfo *p, void *data);
\ No newline at end of file
+int palette_mix_index (ILuint n, struct PixelInfo *p, void *data);
+ILuint tsqrt(ILuint s);