Ignore:
Timestamp:
May 1, 2008, 2:40:44 PM (17 years ago)
Author:
jack
Message:

anugavis: added event loop. Now drawing an empty screen.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/development/anugavis/src/anugavis_simple.c

    r5259 r5260  
    11#include "error.h"
     2#include "events.h"
     3#include "globals.h"
     4#include "height_quantity.h"
    25#include "init.h"
    3 #include "height_quantity.h"
    4 #include <stdio.h>
    5 #include "globals.h"
    66int main(int argc, char *argv[]){
    77  if(argc != 2){
     
    2222  }
    2323
     24  AnugaVis_Run();
     25
    2426  AnugaVis_DeInit();
    2527  return 0;
Note: See TracChangeset for help on using the changeset viewer.