Ignore:
Timestamp:
May 2, 2008, 12:13:55 PM (17 years ago)
Author:
jack
Message:

AnugaVis?: compile the data into openGL display lists.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • anuga_work/development/anugavis/src/xfunctions.h

    r5266 r5267  
    1 #ifndef XMALLOC_H
    2 #define XMALLOC_H
     1#ifndef XFUNCTIONS_H
     2#define XFUNCTIONS_H
    33
    44/* For a given func, xfunc behaves like func but sets an error message
    5  * using AnugaVis_SetError().
     5 * using AnugaVis_SetError() if something goes wrong.
    66 */
    77extern void *xmalloc(size_t size, const char *message);
Note: See TracChangeset for help on using the changeset viewer.