blob: 5e86c1f898dca7b30bf9557affe2e95f14e7474a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#ifndef _NEM_ULL_H
#define _NEM_ULL_H
#include "structs.h"
struct front_item * nem_ull(struct data *);
struct front_item * nem_ull_step(struct front_item *, struct data *, int);
struct front_item * nem_ull_online_shuffle(struct data *, int);
#endif
|