mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 11:59:58 -05:00
Initial community commit
This commit is contained in:
12
Src/replicant/component/win/ComponentManager.h
Normal file
12
Src/replicant/component/win/ComponentManager.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
#include "../ComponentManagerBase.h"
|
||||
|
||||
class ComponentManager : public ComponentManagerBase
|
||||
{
|
||||
public:
|
||||
int AddComponent(nx_uri_t filename);
|
||||
int AddDirectory(nx_uri_t directory);
|
||||
|
||||
private:
|
||||
void CloseComponent(ifc_component *component);
|
||||
};
|
Reference in New Issue
Block a user