Blender  V3.3
BLI_blenlib.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later
2  * Copyright 2001-2002 NaN Holding BV. All rights reserved. */
3 
34 #pragma once
35 
36 #include <stdlib.h>
37 
38 #include "BLI_listbase.h"
39 
40 #include "BLI_string.h"
41 
42 #include "BLI_string_utf8.h"
43 
44 #include "BLI_path_util.h"
45 
46 #include "BLI_fileops.h"
47 
48 #include "BLI_rect.h"
File and directory operations.