| 12345678910 |
- //__________________________ Banshee Project - A modern game development toolkit _________________________________//
- //_____________________________________ www.banshee-project.com __________________________________________________//
- //________________________ Copyright (c) 2014 Marko Pintera. All rights reserved. ________________________________//
- #include "BsVector4.h"
- #include "BsMath.h"
- namespace BansheeEngine
- {
- const Vector4 Vector4::ZERO( 0, 0, 0, 0 );
- }
|