My Project
|
#include <QApplication>
#include "mainwindow.h"
#include "bird.h"
#include <cstdlib>
#include <time.h>
#include <QTimer>
#include <QObject>
#include <QDebug>
#include <QTime>
#include <QtMultimedia/QSound>
Funciones | |
void | FilterBirds (Bird birds[], int N) |
void | birth (MainWindow &w, const Bird &mom, const Bird &dad, Bird &child) |
int | main (int argc, char *argv[]) |