COSC-3P93-Project/Step 3/resources/shaders/test.h

7 lines
60 B
C

#define IAMVERYGAY
int tester(int i){
return i * i;
}