2023-06-15 16:45:24 +10:00
|
|
|
/* SPDX-FileCopyrightText: 2020 Blender Foundation
|
|
|
|
|
*
|
|
|
|
|
* SPDX-License-Identifier: GPL-2.0-or-later */
|
2020-05-19 09:42:05 +02:00
|
|
|
|
|
|
|
|
#ifndef OPENSUBDIV_BASE_MEMORY_H_
|
|
|
|
|
#define OPENSUBDIV_BASE_MEMORY_H_
|
|
|
|
|
|
|
|
|
|
#include "MEM_guardedalloc.h"
|
|
|
|
|
|
2024-04-18 16:41:12 -04:00
|
|
|
namespace blender::opensubdiv {
|
2020-05-19 09:42:05 +02:00
|
|
|
|
2024-04-18 16:41:12 -04:00
|
|
|
} // namespace blender::opensubdiv
|
2020-05-19 09:42:05 +02:00
|
|
|
|
|
|
|
|
#endif // OPENSUBDIV_BASE_MEMORY_H_
|