Blender V4.3
args.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2011-2022 Blender Foundation
2 *
3 * SPDX-License-Identifier: Apache-2.0 */
4
5#ifndef __UTIL_ARGS_H__
6#define __UTIL_ARGS_H__
7
8/* Argument Parsing for command line, we use the OpenImageIO
9 * library because it has nice functions to do this. */
10
11#include <OpenImageIO/argparse.h>
12
14
15OIIO_NAMESPACE_USING
16
18
19#endif /* __UTIL_ARGS_H__ */
#define CCL_NAMESPACE_END