branch | noai |
changeset 9388 | 032008c3f6e3 |
parent 9387 | 4255a0a2d272 |
child 9396 | a05857491d2d |
9387:4255a0a2d272 | 9388:032008c3f6e3 |
---|---|
1 /* $Id$ */ |
|
2 |
|
3 /** @file squirrel_class.cpp defines templates for converting C++ classes to Squirrel classes */ |
|
4 |
|
1 #ifndef SQUIRREL_CLASS_HPP |
5 #ifndef SQUIRREL_CLASS_HPP |
2 #define SQUIRREL_CLASS_HPP |
6 #define SQUIRREL_CLASS_HPP |
3 |
7 |
4 /** |
8 /** |
5 * The template to define classes in Squirrel. It takes care of the creation |
9 * The template to define classes in Squirrel. It takes care of the creation |