forked from Mirrors/badapplefetch
8 lines
96 B
C
8 lines
96 B
C
#ifndef _FPS_H
|
|
#define _FPS_H
|
|
|
|
#ifndef FPS
|
|
#define FPS 24
|
|
#endif /* FPS */
|
|
|
|
#endif /* _FPS_H */
|