mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-16 21:45:03 +02:00
5 lines
66 B
C
5 lines
66 B
C
#pragma once
|
|
#include "gl.h"
|
|
|
|
extern const GLfloat srgb_lut[256];
|