retinify 0.2.0
Real-Time AI Stereo Vision Library
Loading...
Searching...
No Matches
attributes.hpp
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) 2025 Sensui Yagi. All rights reserved.
2// SPDX-License-Identifier: Apache-2.0
3
4#pragma once
5
8#define RETINIFY_API __attribute__((visibility("default")))
9
12#define RETINIFY_DEPRECATED(message) __attribute__((deprecated(message)))