Blender  V3.3
DNA_packedFile_types.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 
8 #pragma once
9 
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13 
14 typedef struct PackedFile {
15  int size;
16  int seek;
17  void *data;
19 
20 #ifdef __cplusplus
21 }
22 #endif
struct PackedFile PackedFile