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/height_quantity.c

    r5255 r5260  
    1 #include <stdlib.h>
    2 #include <string.h>
     1#ifdef HAVE_CONFIG_H
     2#  include "config.h"
     3#endif
     4
     5#ifdef HAVE_STDLIB_H
     6#  include <stdlib.h>
     7#endif
     8#ifdef HAVE_STRING_H
     9#  include <string.h>
     10#endif
    311#include <netcdf.h>
    412#include <SDL.h>
    5 #include "anugavis.h"
    613#include "error.h"
    714#include "globals.h"
Note: See TracChangeset for help on using the changeset viewer.