- Eliminated unimplemented API calls, which are all going to be replaced
  by DOM get/set.
- Documented new 2.x hooks.
This commit is contained in:
Paul Beckingham
2011-04-12 23:01:49 -04:00
parent 139e55fca3
commit 2ce54f10f8
3 changed files with 22 additions and 224 deletions

View File

@@ -32,13 +32,13 @@
#include <vector>
#include <string>
#include "Task.h"
#include <Task.h>
extern "C"
{
#include "lua.h"
#include "lualib.h"
#include "lauxlib.h"
#include <lua.h>
#include <lualib.h>
#include <lauxlib.h>
}
class API