SCM Repository
[diderot] Diff of /branches/pure-cfg/src/include/Diderot/diderot.h
Diff of /branches/pure-cfg/src/include/Diderot/diderot.h
Parent Directory
|
Revision Log
|
Patch
46 |
/* functions to get input-parameter values */ |
/* functions to get input-parameter values */ |
47 |
extern Status_t Diderot_InputString (const char *, const char **, bool); |
extern Status_t Diderot_InputString (const char *, const char **, bool); |
48 |
extern Status_t Diderot_InputReal (const char *, Diderot_real_t *, bool); |
extern Status_t Diderot_InputReal (const char *, Diderot_real_t *, bool); |
49 |
|
extern Status_t Diderot_InputVec2 (const char *, Diderot_vec2_t *, bool); |
50 |
extern Status_t Diderot_InputVec3 (const char *, Diderot_vec3_t *, bool); |
extern Status_t Diderot_InputVec3 (const char *, Diderot_vec3_t *, bool); |
51 |
|
|
52 |
/* function to get information about the CPU configuration */ |
/* function to get information about the CPU configuration */ |
|
Legend:
Removed from v.1230 |
|
changed lines |
|
Added in v.1231 |
|
|