THE BIG MERGE v0.9

This commit is contained in:
Noah Santschi-Cooney 2020-08-03 20:27:57 +01:00
parent 88f165dd33
commit d35781b718
No known key found for this signature in database
GPG key ID: 3B22282472C8AE48
8 changed files with 141 additions and 45 deletions

11
server/testdata/02/utils/sample.glsl vendored Normal file
View file

@ -0,0 +1,11 @@
int sample() {
return 5;
}
#include "/utils/burger.glsl"
#include "/utils/test.glsl"
int sample_more() {
return 5;
}