mirror of https://github.com/ppy/SDL3-CS.git
11 lines
278 B
Plaintext
11 lines
278 B
Plaintext
# Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
|
|
# See the LICENCE file in the repository root for full licence text.
|
|
|
|
# Exclude struct forward declaration
|
|
--exclude
|
|
_XEvent
|
|
|
|
# Remap removed struct pointer to generic pointer
|
|
--remap
|
|
_XEvent*=IntPtr
|