File: spritefwd.h

package info (click to toggle)
kollision 4%3A16.08.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 528 kB
  • ctags: 159
  • sloc: cpp: 1,175; xml: 68; makefile: 5; sh: 3
file content (20 lines) | stat: -rw-r--r-- 506 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
  Copyright (c) 2007 Paolo Capriotti <p.capriotti@gmail.com>
            
  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.
*/

#ifndef SPRITEFWD_H
#define SPRITEFWD_H

#include <QExplicitlySharedDataPointer>

class Sprite;

typedef QExplicitlySharedDataPointer<Sprite> SpritePtr;

#endif // SPRITEFWD_H