main.cpp 76 B

1234567
  1. #include <stdlib.h>
  2. #include "AS3/AS3.h"
  3. int main() {
  4. AS3_GoAsync();
  5. }