Cube  Diff

Differences From Artifact [7398d21dd3]:

To Artifact [fe964137ac]:


1
2
3
4


5
#import <ObjFW/ObjFW.h>

@interface OFColor (Cube)
- (void)cube_setAsGLColor;


@end




>
>

1
2
3
4
5
6
7
#import <ObjFW/ObjFW.h>

@interface OFColor (Cube)
- (void)cube_setAsGLColor;
- (void)cube_setAsGLClearColor;
- (void)cube_setAsGLFogColor;
@end