m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/surface.h
blob: db9c80cecb8bdd7469334f190f96ede738c1ec50 (plain)
1
2
3
4
5
6
7
8
#ifndef SURFACE_H
#define SURFACE_H

#include "doomdev.h"

int new_surface(struct doomdev_ioctl_create_surface *params);

#endif