Add some components that work out of the box
This commit is contained in:
parent
4d8a476e14
commit
7a99c23093
@ -195,4 +195,4 @@ namespace splash
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
REGISTER_COMPONENT(splash::component)
|
REGISTER_COMPONENT_WORKING(splash::component)
|
||||||
|
@ -317,4 +317,4 @@ namespace steam_proxy
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
REGISTER_COMPONENT(steam_proxy::component)
|
REGISTER_COMPONENT_WORKING(steam_proxy::component)
|
||||||
|
@ -63,4 +63,4 @@ namespace updater
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
REGISTER_COMPONENT(updater::component)
|
REGISTER_COMPONENT_WORKING(updater::component)
|
||||||
|
Loading…
Reference in New Issue
Block a user