log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
hg
>
Game
>
Cerium
annotate example/Null/Func.h @ 1699:
0a70abda2ab6
draft
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
profile for gpu
author
kkb
date
Fri, 04 Oct 2013 20:05:17 +0900
parents
e38a4f3e238d
children
Ignore whitespace changes -
Everywhere:
Within whitespace:
At end of lines:
rev
line source
1285
e38a4f3e238d
add NullTask
Daichi Toma <toma@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
1
enum {
e38a4f3e238d
add NullTask
Daichi Toma <toma@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
2
#include "SysTasks.h"
e38a4f3e238d
add NullTask
Daichi Toma <toma@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
3
NullTask,
e38a4f3e238d
add NullTask
Daichi Toma <toma@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
4
};