sly1/include/shdanim.h

14 lines
145 B
C
Raw Permalink Normal View History

2024-07-01 17:52:11 +00:00
/**
* @file shdanim.h
2024-11-24 03:40:51 +00:00
*
* @brief Shader animations.
2024-07-01 17:52:11 +00:00
*/
#ifndef SHDANIM_H
#define SHDANIM_H
#include "common.h"
// ...
2024-07-01 22:16:20 +00:00
#endif // SHDANIM_H