8 lines
145 B
Text
8 lines
145 B
Text
const Options = struct {
|
|
SDLEvent: type,
|
|
};
|
|
|
|
pub fn get(options: Options) type {
|
|
const SDLEvent = options.SDLEvent;
|
|
|
|
return struct {
|