mirror of
https://github.com/TheOnlyZac/sly1.git
synced 2024-11-27 15:40:51 +00:00
12 lines
105 B
C
12 lines
105 B
C
/**
|
|
* @file blend.h
|
|
*/
|
|
#ifndef BLEND_H
|
|
#define BLEND_H
|
|
|
|
#include "common.h"
|
|
|
|
// ...
|
|
|
|
#endif // BLEND_H
|