doc: Add comment crediting original

This commit is contained in:
Jordan O'Leary 2023-03-23 11:58:38 -04:00
parent e83f8a01b1
commit 1e61d8881e

View File

@ -1,3 +1,6 @@
// A raylib port of https://github.com/raysan5/raylib/blob/master/examples/shaders/shaders_texture_outline.c
const rl = @import("raylib");
const std = @import("std");