mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-16 18:55:46 -04:00
Initial community commit
This commit is contained in:
5
Src/tataki/canvas/canvas.h
Normal file
5
Src/tataki/canvas/canvas.h
Normal file
@ -0,0 +1,5 @@
|
||||
#ifdef _WIN32
|
||||
#include "win/canvas.h"
|
||||
#elif defined(__APPLE__)
|
||||
#include "mac/canvas.h"
|
||||
#endif
|
Reference in New Issue
Block a user