mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 13:27:29 -04:00
8 lines
No EOL
93 B
C
8 lines
No EOL
93 B
C
#ifndef COMMON_H
|
|
#define COMMON_H
|
|
|
|
#ifndef TYPE
|
|
#define TYPE float
|
|
#endif
|
|
|
|
#endif // COMMON_H
|