1964js/dart/web/webgl.dart
2012-11-20 00:51:03 +00:00

5 lines
58 B
Dart

library webgl;
class WebGL {
WebGL(bool wireframe){}
}