Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5280 → Rev 5281

/programs/games/LaserTank/trunk/LaserTank.cpp
1,7 → 1,7
#include <kosSyst.h>
#include <kosFile.h>
#include <sprintf.cpp>
#include <func.h>
#include "smalllibc/kosSyst.h"
#include "smalllibc/kosFile.h"
#include "smalllibc/sprintf.cpp"
#include "smalllibc/func.h"
#include "render.h"
#include "image.h"
 
/programs/games/LaserTank/trunk/image.cpp
1,6 → 1,6
#include "kosSyst.h"
#include "smalllibc/kosSyst.h"
#include "render.h"
#include <func.h>
#include "smalllibc/func.h"
#include "image.h"
//#include "mymath.h"
 
/programs/games/LaserTank/trunk/image.h
1,4 → 1,4
#include <kosSyst.h>
#include "smalllibc/kosSyst.h"
 
#define DRAW_NONE 0
#define DRAW_ALPHA 1
/programs/games/LaserTank/trunk/render.cpp
1,4 → 1,4
#include "kosSyst.h"
#include "smalllibc/kosSyst.h"
#include "render.h"
 
CKosRender::CKosRender(int width, int height)