Ver Fonte

minor warning

ncannasse há 8 anos atrás
pai
commit
3ddf320084
1 ficheiros alterados com 4 adições e 0 exclusões
  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 {