mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 05:35:46 -04:00
Initial community commit
This commit is contained in:
6
Src/Wasabi/bfc/util/profiler.cpp
Normal file
6
Src/Wasabi/bfc/util/profiler.cpp
Normal file
@ -0,0 +1,6 @@
|
||||
#include <precomp.h>
|
||||
#include "profiler.h"
|
||||
|
||||
PtrListInsertSorted<__ProfilerEntry, __ProfilerEntrySort> __profiler_entries;
|
||||
|
||||
int __profiler_indent;
|
Reference in New Issue
Block a user