Changeset 89 for cpp/gdk/f0classes.h


Ignore:
Timestamp:
06/30/13 17:05:31 (11 years ago)
Author:
sz
Message:

all test applications are compilable again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/gdk/f0classes.h

    r80 r89  
     1
     2#define FIELDSTRUCT Model
     3ParamEntry f0_model_paramtab[]=
     4{
     5 {"Properties",2,2,"m" },
     6 {"Visual",},
     7 {"se",0,1024,"startenergy","f",FIELD(startenergy),},
     8 {"Vstyle",1,0,"vis_style","s 0 -1 ",FIELD(vis_style),},
     9 {0,0,0,}
     10};
     11ParamEntry f0_model_xtra_paramtab[]=
     12{
     13 {"Extra properties",1,0,"m"},
     14 {0,0,0,}
     15};
     16#undef FIELDSTRUCT
    117
    218
     
    178194
    179195
    180 
    181 
Note: See TracChangeset for help on using the changeset viewer.