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"
|
|
|
|
|
|
|
|
|
|
namespace blender {
|
|
|
|
|
namespace opensubdiv {
|
|
|
|
|
|
|
|
|
|
} // namespace opensubdiv
|
|
|
|
|
} // namespace blender
|
|
|
|
|
|
|
|
|
|
#endif // OPENSUBDIV_BASE_MEMORY_H_
|