~ubuntu-branches/ubuntu/wily/ginkgocadx/wily-proposed

« back to all changes in this revision

Viewing changes to src/fooextension/resources/fooextensionresourcemanager.h

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Tille
  • Date: 2011-05-02 08:09:26 UTC
  • Revision ID: james.westby@ubuntu.com-20110502080926-bql5wep49c7hg91t
Tags: upstream-2.4.1.1
ImportĀ upstreamĀ versionĀ 2.4.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 *  $Id: gnkvideoresourcemanager.h 3681 2011-04-12 10:53:31Z tovar $
 
3
 *  Proyecto Ginkgo
 
4
 *
 
5
 *  Copyright 2008 MetaEmotion S.L. All rights reserved.
 
6
 *
 
7
 */
 
8
 #pragma once
 
9
 #include <wx/bitmap.h>
 
10
 
 
11
 class GNKVideoResourcesManager {
 
12
 
 
13
 public:
 
14
        class VideoControls {
 
15
        public:
 
16
                static wxBitmap GetBitMap();
 
17
        };
 
18
 
 
19
 };