(svn r11713) -Codechange: Move some declarations and definitions in a more logical disposition

This commit is contained in:
belugas
2007-12-28 03:14:55 +00:00
parent ad061e6d60
commit db45093f7b
8 changed files with 22 additions and 17 deletions

View File

@@ -15,6 +15,7 @@
#include "bmp.h"
#include "gfx_func.h"
#include "core/alloc_func.hpp"
#include "fios.h"
/**
* Convert RGB colors to Grayscale using 29.9% Red, 58.7% Green, 11.4% Blue