BFLibCPP 0.1
CPP Library
Loading...
Searching...
No Matches
retain.hpp
Go to the documentation of this file.
1
6#ifndef RETAIN_HPP
7#define RETAIN_HPP
8
9#include "object.hpp"
10
11#define BFRetain(x) BF::Object::retain(x)
12
13#endif // RETAIN_HPP
14