log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
hg
>
Game
>
Cerium
comparison Renderer/Cell/Engine.h @ 0:
df32980116bd
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Initial revision
author
gongo
date
Sat, 02 Feb 2008 19:15:39 +0900
parents
children
comparison
equal
deleted
inserted
replaced
-1:000000000000
0:df32980116bd
1
class CellEngine : RenderingEngine {
2
public:
3
CellEngine(int width, int height, int bpp);
4
};