This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
moonlight-qt
Watch
2
Star
0
Fork
You've already forked moonlight-qt
0
mirror of
https://github.com/moonlight-stream/moonlight-qt
synced
2024-11-10 21:54:17 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
76d99cd60e
moonlight-qt
/
app
/
utils.h
6 lines
103 B
C
Raw
Normal View
History
Unescape
Escape
more work
2018-04-29 05:14:27 +00:00
#
pragma once
#
define THROW_BAD_ALLOC_IF_NULL(x) \
if
(
(
x
)
=
=
nullptr
)
throw
new
std
:
:
bad_alloc
(
)
Reorganize and prepare for SDL integration
2018-06-24 01:46:59 +00:00
Reference in a new issue
Copy permalink