~aurelien-riv/livewallpaper/snap

« back to all changes in this revision

Viewing changes to include/livewallpaper/core.h

  • Committer: Maximilian Schnarr
  • Date: 2013-09-27 20:16:37 UTC
  • mto: This revision was merged to the branch mainline in revision 258.
  • Revision ID: fyrmir@gmx.de-20130927201637-fc0e02052fwk5v4s
Moved sine lookup function to own header file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
#include <livewallpaper/texture.h>
41
41
#include <livewallpaper/cairo-texture.h>
42
42
#include <livewallpaper/shader.h>
 
43
#include <livewallpaper/math.h>
43
44
#include <livewallpaper/matrix.h>
44
45
#include <livewallpaper/buffer.h>
45
46
#include <livewallpaper/program.h>