Files
BlitzNext/Runtime/gfx/gxchannel.cpp
T

6 lines
73 B
C++
Raw Normal View History

2014-01-31 08:23:00 +13:00
2019-01-18 15:55:06 +01:00
#include "gxchannel.hpp"
2019-01-18 17:03:37 +01:00
#include "std.hpp"
2014-01-31 08:23:00 +13:00
2019-01-18 17:03:37 +01:00
gxChannel::~gxChannel() {}