~ubuntu-branches/ubuntu/gutsy/blender/gutsy-security

« back to all changes in this revision

Viewing changes to source/blender/blenkernel/BKE_group.h

  • Committer: Bazaar Package Importer
  • Author(s): Florian Ernst
  • Date: 2007-05-17 11:47:59 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070517114759-yp4ybrnhp2u7pk66
Tags: 2.44-1
* New upstream release.
* Drop debian/patches/01_64bits_stupidity, not needed anymore: as of this
  version blender is 64 bits safe again. Adjust README.Debian accordingly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/**
2
2
 * blenlib/BKE_group.h (mar-2001 nzc)
3
3
 *      
4
 
 * $Id: BKE_group.h,v 1.6 2006/01/28 18:33:06 hos Exp $ 
 
4
 * $Id: BKE_group.h,v 1.7 2007/03/11 16:25:13 campbellbarton Exp $ 
5
5
 *
6
6
 * ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
7
7
 *
42
42
void            free_group_object(struct GroupObject *go);
43
43
void            free_group(struct Group *group);
44
44
void            unlink_group(struct Group *group);
45
 
struct Group *add_group(void);
 
45
struct Group *add_group(char *name);
46
46
void            add_to_group(struct Group *group, struct Object *ob);
47
47
void            rem_from_group(struct Group *group, struct Object *ob);
48
48
struct Group *find_group(struct Object *ob);