1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-07 03:13:49 +00:00
GLideN64/src/Graphics/ObjectHandle.cpp

8 lines
85 B
C++

#include "ObjectHandle.h"
namespace graphics {
ObjectHandle ObjectHandle::null;
}