Some refactoring, moved C++ allocation into the *_Alloc function instead of directly in new, removed new in most of classes too. Cloning should work on all copyable classes now.
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1802 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
0a2abc6933
commit
7d7c4c999f
26 changed files with 235 additions and 301 deletions
|
@ -25,7 +25,7 @@
|
|||
|
||||
#include "ruby.h"
|
||||
|
||||
#define SFML_STATIC
|
||||
#define SFML_DYNAMIC
|
||||
|
||||
extern VALUE globalSFMLNamespace;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue