summaryrefslogtreecommitdiff
path: root/menuoptions.c
blob: 2f781ce15783d706ad4a181406b55c9ef6cc53e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include <stdio.h>
#include <stdlib.h>
#include <SDL/SDL.h>
#include "structures.h"

void Foptions (SURFACES *surfaces, POSITIONS *positions)
{
    /* TODO */

    (void) surfaces;
    (void) positions;
}