21 lines
252 B
C
21 lines
252 B
C
|
/*
|
||
|
File automatically generated by SOAdvancedDissector.py
|
||
|
More information at http://indefero.soutade.fr/p/soadvanceddissector
|
||
|
*/
|
||
|
|
||
|
#ifndef _RIB_H
|
||
|
#define _RIB_H
|
||
|
|
||
|
namespace rib {
|
||
|
|
||
|
class Binder
|
||
|
{
|
||
|
public:
|
||
|
};
|
||
|
|
||
|
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
#endif // _RIB_H
|