mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2025-12-23 23:37:48 -05:00
13 lines
572 B
C
13 lines
572 B
C
/*---------------------------------------------------------*\
|
|
| startup.h |
|
|
| |
|
|
| Startup for the OpenRGB application |
|
|
| |
|
|
| This file is part of the OpenRGB project |
|
|
| SPDX-License-Identifier: GPL-2.0-or-later |
|
|
\*---------------------------------------------------------*/
|
|
|
|
#pragma once
|
|
|
|
int startup(int argc, char* argv[], unsigned int ret_flags);
|