From 20d28e80a5c861a9d5f449ea911ab75b4f37ad0d Mon Sep 17 00:00:00 2001 From: Jef Date: Tue, 24 Sep 2024 14:54:57 +0200 Subject: Initial community commit --- Src/Winamp/draw_mb.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Src/Winamp/draw_mb.cpp (limited to 'Src/Winamp/draw_mb.cpp') diff --git a/Src/Winamp/draw_mb.cpp b/Src/Winamp/draw_mb.cpp new file mode 100644 index 00000000..2fe366f7 --- /dev/null +++ b/Src/Winamp/draw_mb.cpp @@ -0,0 +1,10 @@ +/** (c) Nullsoft, Inc. C O N F I D E N T I A L + ** Filename: + ** Project: + ** Description: + ** Author: + ** Created: + **/ +#include "Main.h" +#include "draw.h" + -- cgit