Blender V5.0
module.cc
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
8
9#include <cstddef>
10
12#include "IMB_filetype.hh"
13#include "IMB_imbuf.hh"
14
20
void colormanagement_exit()
void colormanagement_init()
void imb_filetypes_init()
Definition filetype.cc:237
void imb_filetypes_exit()
Definition filetype.cc:250
void IMB_exit()
Definition module.cc:21
void IMB_init()
Definition module.cc:15