#include <stdio.h>
#include <math.h>
#include <stdlib.h>
#include "wind.h"
Go to the source code of this file.
Defines | |
#define | DEBUG(msg) fprintf(stderr, "%s\n", msg); |
|
Definition at line 5 of file wind.cpp. Referenced by FNode::FNode(). |