File: ui.h

package info (click to toggle)
vis5d 4.3-5
  • links: PTS
  • area: main
  • in suites: slink
  • size: 16,856 kB
  • ctags: 6,127
  • sloc: ansic: 66,158; fortran: 4,470; makefile: 1,683; tcl: 414; sh: 69
file content (16 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* ui.h */


#ifndef UI_H
#define UI_H


#include "grid.h"
#include "v5d.h"


extern void ui_loop( struct grid_db *db, v5dstruct *v5dout );


#endif