فهرست منبع

minor warning

ncannasse 8 سال پیش
والد
کامیت
3ddf320084
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      hxd/Stage.hl.hx

+ 4 - 0
hxd/Stage.hl.hx

@@ -1,6 +1,10 @@
 package hxd;
 import hxd.Key in K;
 
+#if (hlsdl && hldx)
+#error "You shouldn't use both -lib hlsdl and -lib hldx"
+#end
+
 //@:coreApi
 class Stage {