27 lines
410 B
Plaintext
27 lines
410 B
Plaintext
@Layer pp_sim
|
|
|
|
//////////////////////////////
|
|
//- Dependencies
|
|
|
|
@Dep pp
|
|
@Dep platform
|
|
|
|
//////////////////////////////
|
|
//- Api
|
|
|
|
@IncludeC pp_sim_shared.cgh
|
|
@IncludeG pp_sim_shared.cgh
|
|
|
|
@IncludeC pp_sim_core.h
|
|
@IncludeC pp_sim_transcode.h
|
|
|
|
@Bootstrap S_Bootstrap
|
|
|
|
//////////////////////////////
|
|
//- Impl
|
|
|
|
@IncludeC pp_sim_core.c
|
|
@IncludeC pp_sim_transcode.c
|
|
@IncludeC pp_sim_shared.cg
|
|
@IncludeG pp_sim_shared.cg
|