Book Image

haXe 2 Beginner's Guide

5 (1)
Book Image

haXe 2 Beginner's Guide

5 (1)

Overview of this book

Table of Contents (21 chapters)
haxe 2
Credits
Foreword
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Extern classes


Extern classes allow one to tell the compiler what classes exist outside of your own code. This way, the compiler won't tell you that the class does not exist and it will also know what fields exist in it and what their type is.