Browse Source

minor warning

ncannasse 8 năm trước cách đây
mục cha
commit
3ddf320084
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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 {