mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-05 06:09:47 +02:00
9 lines
74 B
C
9 lines
74 B
C
#ifndef _GLOBALS_H
|
|
#define _GLOBALS_H
|
|
|
|
typedef double MY_FLOAT;
|
|
|
|
#endif
|
|
|
|
|