mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-11-24 12:10:11 +01:00
9 lines
180 B
C
9 lines
180 B
C
#pragma once
|
|
#ifdef __APPLE__
|
|
#include "osx/IntegerField.h"
|
|
#elif defined(_WIN32)
|
|
#include "win/IntegerField.h"
|
|
#elif defined(__ANDROID__)
|
|
#include "android/IntegerField.h"
|
|
#endif
|