kick
|
00001 // 00002 // window_config.cpp 00003 // KickCPP 00004 // 00005 // Created by Morten Nobel-Jørgensen on 21/01/14. 00006 // Copyright (c) 2014 Morten Nobel-Joergensen. All rights reserved. 00007 // 00008 00009 #include "kick/context/window_config.h" 00010 00011 namespace kick { 00012 const WindowConfig WindowConfig::plain = WindowConfig(); 00013 }